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 --- .../-position/-a-b-s-o-l-u-t-e.html | 14 +++++ .../-position/-f-i-x-e-d.html | 14 +++++ .../-position/-r-e-l-a-t-i-v-e.html | 14 +++++ .../-position/-s-t-a-t-i-c.html | 14 +++++ .../-position/-s-t-i-c-k-y.html | 14 +++++ api1/pl.treksoft.kvision.core/-position/index.html | 68 ++++++++++++++++++++++ 6 files changed, 138 insertions(+) create mode 100644 api1/pl.treksoft.kvision.core/-position/-a-b-s-o-l-u-t-e.html create mode 100644 api1/pl.treksoft.kvision.core/-position/-f-i-x-e-d.html create mode 100644 api1/pl.treksoft.kvision.core/-position/-r-e-l-a-t-i-v-e.html create mode 100644 api1/pl.treksoft.kvision.core/-position/-s-t-a-t-i-c.html create mode 100644 api1/pl.treksoft.kvision.core/-position/-s-t-i-c-k-y.html create mode 100644 api1/pl.treksoft.kvision.core/-position/index.html (limited to 'api1/pl.treksoft.kvision.core/-position') diff --git a/api1/pl.treksoft.kvision.core/-position/-a-b-s-o-l-u-t-e.html b/api1/pl.treksoft.kvision.core/-position/-a-b-s-o-l-u-t-e.html new file mode 100644 index 00000000..a0d14223 --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-position/-a-b-s-o-l-u-t-e.html @@ -0,0 +1,14 @@ + + + +Position.ABSOLUTE - kvision + + + +kvision / pl.treksoft.kvision.core / Position / ABSOLUTE
+
+

ABSOLUTE

+ +ABSOLUTE + + diff --git a/api1/pl.treksoft.kvision.core/-position/-f-i-x-e-d.html b/api1/pl.treksoft.kvision.core/-position/-f-i-x-e-d.html new file mode 100644 index 00000000..c3b61d7c --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-position/-f-i-x-e-d.html @@ -0,0 +1,14 @@ + + + +Position.FIXED - kvision + + + +kvision / pl.treksoft.kvision.core / Position / FIXED
+
+

FIXED

+ +FIXED + + diff --git a/api1/pl.treksoft.kvision.core/-position/-r-e-l-a-t-i-v-e.html b/api1/pl.treksoft.kvision.core/-position/-r-e-l-a-t-i-v-e.html new file mode 100644 index 00000000..51e0fc33 --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-position/-r-e-l-a-t-i-v-e.html @@ -0,0 +1,14 @@ + + + +Position.RELATIVE - kvision + + + +kvision / pl.treksoft.kvision.core / Position / RELATIVE
+
+

RELATIVE

+ +RELATIVE + + diff --git a/api1/pl.treksoft.kvision.core/-position/-s-t-a-t-i-c.html b/api1/pl.treksoft.kvision.core/-position/-s-t-a-t-i-c.html new file mode 100644 index 00000000..c4d2c768 --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-position/-s-t-a-t-i-c.html @@ -0,0 +1,14 @@ + + + +Position.STATIC - kvision + + + +kvision / pl.treksoft.kvision.core / Position / STATIC
+
+

STATIC

+ +STATIC + + diff --git a/api1/pl.treksoft.kvision.core/-position/-s-t-i-c-k-y.html b/api1/pl.treksoft.kvision.core/-position/-s-t-i-c-k-y.html new file mode 100644 index 00000000..9594e562 --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-position/-s-t-i-c-k-y.html @@ -0,0 +1,14 @@ + + + +Position.STICKY - kvision + + + +kvision / pl.treksoft.kvision.core / Position / STICKY
+
+

STICKY

+ +STICKY + + diff --git a/api1/pl.treksoft.kvision.core/-position/index.html b/api1/pl.treksoft.kvision.core/-position/index.html new file mode 100644 index 00000000..ee88f3ce --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-position/index.html @@ -0,0 +1,68 @@ + + + +Position - kvision + + + +kvision / pl.treksoft.kvision.core / Position
+
+

Position

+enum class Position +

Definitions of CSS position options.

+

Enum Values

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

STATIC

+
+
+

RELATIVE

+
+
+

FIXED

+
+
+

ABSOLUTE

+
+
+

STICKY

+
+
+

Extension Functions

+ + + + + + + +
+

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + -- cgit