From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- .../-button-size/-l-a-r-g-e.html | 14 ++++++ .../-button-size/-s-m-a-l-l.html | 14 ++++++ .../-button-size/-x-s-m-a-l-l.html | 14 ++++++ .../-button-size/index.html | 54 ++++++++++++++++++++++ 4 files changed, 96 insertions(+) create mode 100644 api1/pl.treksoft.kvision.html/-button-size/-l-a-r-g-e.html create mode 100644 api1/pl.treksoft.kvision.html/-button-size/-s-m-a-l-l.html create mode 100644 api1/pl.treksoft.kvision.html/-button-size/-x-s-m-a-l-l.html create mode 100644 api1/pl.treksoft.kvision.html/-button-size/index.html (limited to 'api1/pl.treksoft.kvision.html/-button-size') diff --git a/api1/pl.treksoft.kvision.html/-button-size/-l-a-r-g-e.html b/api1/pl.treksoft.kvision.html/-button-size/-l-a-r-g-e.html new file mode 100644 index 00000000..579441a2 --- /dev/null +++ b/api1/pl.treksoft.kvision.html/-button-size/-l-a-r-g-e.html @@ -0,0 +1,14 @@ + + + +ButtonSize.LARGE - kvision + + + +kvision / pl.treksoft.kvision.html / ButtonSize / LARGE
+
+

LARGE

+ +LARGE + + diff --git a/api1/pl.treksoft.kvision.html/-button-size/-s-m-a-l-l.html b/api1/pl.treksoft.kvision.html/-button-size/-s-m-a-l-l.html new file mode 100644 index 00000000..c2a12398 --- /dev/null +++ b/api1/pl.treksoft.kvision.html/-button-size/-s-m-a-l-l.html @@ -0,0 +1,14 @@ + + + +ButtonSize.SMALL - kvision + + + +kvision / pl.treksoft.kvision.html / ButtonSize / SMALL
+
+

SMALL

+ +SMALL + + diff --git a/api1/pl.treksoft.kvision.html/-button-size/-x-s-m-a-l-l.html b/api1/pl.treksoft.kvision.html/-button-size/-x-s-m-a-l-l.html new file mode 100644 index 00000000..1ae9d409 --- /dev/null +++ b/api1/pl.treksoft.kvision.html/-button-size/-x-s-m-a-l-l.html @@ -0,0 +1,14 @@ + + + +ButtonSize.XSMALL - kvision + + + +kvision / pl.treksoft.kvision.html / ButtonSize / XSMALL
+
+

XSMALL

+ +XSMALL + + diff --git a/api1/pl.treksoft.kvision.html/-button-size/index.html b/api1/pl.treksoft.kvision.html/-button-size/index.html new file mode 100644 index 00000000..9401d4fc --- /dev/null +++ b/api1/pl.treksoft.kvision.html/-button-size/index.html @@ -0,0 +1,54 @@ + + + +ButtonSize - kvision + + + +kvision / pl.treksoft.kvision.html / ButtonSize
+
+

ButtonSize

+enum class ButtonSize +

Button sizes.

+

Enum Values

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

LARGE

+
+
+

SMALL

+
+
+

XSMALL

+
+
+

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + -- cgit