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 --- .../pl.treksoft.kvision.panel/-grid-size/-l-g.html | 14 +++++ .../pl.treksoft.kvision.panel/-grid-size/-m-d.html | 14 +++++ .../pl.treksoft.kvision.panel/-grid-size/-s-m.html | 14 +++++ .../pl.treksoft.kvision.panel/-grid-size/-x-s.html | 14 +++++ .../-grid-size/index.html | 61 ++++++++++++++++++++++ 5 files changed, 117 insertions(+) create mode 100644 api1/pl.treksoft.kvision.panel/-grid-size/-l-g.html create mode 100644 api1/pl.treksoft.kvision.panel/-grid-size/-m-d.html create mode 100644 api1/pl.treksoft.kvision.panel/-grid-size/-s-m.html create mode 100644 api1/pl.treksoft.kvision.panel/-grid-size/-x-s.html create mode 100644 api1/pl.treksoft.kvision.panel/-grid-size/index.html (limited to 'api1/pl.treksoft.kvision.panel/-grid-size') diff --git a/api1/pl.treksoft.kvision.panel/-grid-size/-l-g.html b/api1/pl.treksoft.kvision.panel/-grid-size/-l-g.html new file mode 100644 index 00000000..0cac87f9 --- /dev/null +++ b/api1/pl.treksoft.kvision.panel/-grid-size/-l-g.html @@ -0,0 +1,14 @@ + + + +GridSize.LG - kvision + + + +kvision / pl.treksoft.kvision.panel / GridSize / LG
+
+

LG

+ +LG + + diff --git a/api1/pl.treksoft.kvision.panel/-grid-size/-m-d.html b/api1/pl.treksoft.kvision.panel/-grid-size/-m-d.html new file mode 100644 index 00000000..f04d334b --- /dev/null +++ b/api1/pl.treksoft.kvision.panel/-grid-size/-m-d.html @@ -0,0 +1,14 @@ + + + +GridSize.MD - kvision + + + +kvision / pl.treksoft.kvision.panel / GridSize / MD
+
+

MD

+ +MD + + diff --git a/api1/pl.treksoft.kvision.panel/-grid-size/-s-m.html b/api1/pl.treksoft.kvision.panel/-grid-size/-s-m.html new file mode 100644 index 00000000..8b960a07 --- /dev/null +++ b/api1/pl.treksoft.kvision.panel/-grid-size/-s-m.html @@ -0,0 +1,14 @@ + + + +GridSize.SM - kvision + + + +kvision / pl.treksoft.kvision.panel / GridSize / SM
+
+

SM

+ +SM + + diff --git a/api1/pl.treksoft.kvision.panel/-grid-size/-x-s.html b/api1/pl.treksoft.kvision.panel/-grid-size/-x-s.html new file mode 100644 index 00000000..1527bae4 --- /dev/null +++ b/api1/pl.treksoft.kvision.panel/-grid-size/-x-s.html @@ -0,0 +1,14 @@ + + + +GridSize.XS - kvision + + + +kvision / pl.treksoft.kvision.panel / GridSize / XS
+
+

XS

+ +XS + + diff --git a/api1/pl.treksoft.kvision.panel/-grid-size/index.html b/api1/pl.treksoft.kvision.panel/-grid-size/index.html new file mode 100644 index 00000000..77c28afc --- /dev/null +++ b/api1/pl.treksoft.kvision.panel/-grid-size/index.html @@ -0,0 +1,61 @@ + + + +GridSize - kvision + + + +kvision / pl.treksoft.kvision.panel / GridSize
+
+

GridSize

+enum class GridSize +

Bootstrap grid sizes.

+

Enum Values

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

XS

+
+
+

SM

+
+
+

MD

+
+
+

LG

+
+
+

Extension Functions

+ + + + + + + +
+

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + -- cgit