From 415afec335659ca6bc206b34bdd3c2fe4635718f Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 1 Mar 2018 15:19:44 +0100 Subject: KVision site with Jekyll --- api/pl.treksoft.kvision.html/index.html | 135 ++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 api/pl.treksoft.kvision.html/index.html (limited to 'api/pl.treksoft.kvision.html/index.html') diff --git a/api/pl.treksoft.kvision.html/index.html b/api/pl.treksoft.kvision.html/index.html new file mode 100644 index 00000000..281a7789 --- /dev/null +++ b/api/pl.treksoft.kvision.html/index.html @@ -0,0 +1,135 @@ + + + +pl.treksoft.kvision.html - kvision + + + +kvision / pl.treksoft.kvision.html
+
+

Package pl.treksoft.kvision.html

+

Components supporting complete set of HTML tags, with dedicated classes for buttons, images, links and lists.

+

Types

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Align

+
+enum class Align +

CSS align attributes.

+
+

Button

+
+open class Button : Widget +

Button component.

+
+

ButtonSize

+
+enum class ButtonSize +

Button sizes.

+
+

ButtonStyle

+
+enum class ButtonStyle +

Button styles.

+
+

Div

+
+open class Div : Tag +

Simple component rendered as div.

+
+

Image

+
+open class Image : Widget +

Image component.

+
+

ImageShape

+
+enum class ImageShape +

Image shapes.

+
+

Label

+
+open class Label : Tag +

Simple label component rendered as span.

+
+

Link

+
+open class Link : SimplePanel +

Link component.

+
+

ListTag

+
+open class ListTag : SimplePanel +

HTML list component.

+
+

ListType

+
+enum class ListType +

HTML list types.

+
+

TAG

+
+enum class TAG +

HTML tags.

+
+

Tag

+
+open class Tag : SimplePanel +

HTML tag component.

+
+ + -- cgit