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 --- .../-overflow/-a-u-t-o.html | 14 ++++ .../-overflow/-h-i-d-d-e-n.html | 14 ++++ .../-overflow/-i-n-h-e-r-i-t.html | 14 ++++ .../-overflow/-i-n-i-t-i-a-l.html | 14 ++++ .../-overflow/-s-c-r-o-l-l.html | 14 ++++ .../-overflow/-v-i-s-i-b-l-e.html | 14 ++++ api1/pl.treksoft.kvision.core/-overflow/index.html | 75 ++++++++++++++++++++++ 7 files changed, 159 insertions(+) create mode 100644 api1/pl.treksoft.kvision.core/-overflow/-a-u-t-o.html create mode 100644 api1/pl.treksoft.kvision.core/-overflow/-h-i-d-d-e-n.html create mode 100644 api1/pl.treksoft.kvision.core/-overflow/-i-n-h-e-r-i-t.html create mode 100644 api1/pl.treksoft.kvision.core/-overflow/-i-n-i-t-i-a-l.html create mode 100644 api1/pl.treksoft.kvision.core/-overflow/-s-c-r-o-l-l.html create mode 100644 api1/pl.treksoft.kvision.core/-overflow/-v-i-s-i-b-l-e.html create mode 100644 api1/pl.treksoft.kvision.core/-overflow/index.html (limited to 'api1/pl.treksoft.kvision.core/-overflow') diff --git a/api1/pl.treksoft.kvision.core/-overflow/-a-u-t-o.html b/api1/pl.treksoft.kvision.core/-overflow/-a-u-t-o.html new file mode 100644 index 00000000..5c95f9bc --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-overflow/-a-u-t-o.html @@ -0,0 +1,14 @@ + + + +Overflow.AUTO - kvision + + + +kvision / pl.treksoft.kvision.core / Overflow / AUTO
+
+

AUTO

+ +AUTO + + diff --git a/api1/pl.treksoft.kvision.core/-overflow/-h-i-d-d-e-n.html b/api1/pl.treksoft.kvision.core/-overflow/-h-i-d-d-e-n.html new file mode 100644 index 00000000..e39f1ff2 --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-overflow/-h-i-d-d-e-n.html @@ -0,0 +1,14 @@ + + + +Overflow.HIDDEN - kvision + + + +kvision / pl.treksoft.kvision.core / Overflow / HIDDEN
+
+

HIDDEN

+ +HIDDEN + + diff --git a/api1/pl.treksoft.kvision.core/-overflow/-i-n-h-e-r-i-t.html b/api1/pl.treksoft.kvision.core/-overflow/-i-n-h-e-r-i-t.html new file mode 100644 index 00000000..c77733f6 --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-overflow/-i-n-h-e-r-i-t.html @@ -0,0 +1,14 @@ + + + +Overflow.INHERIT - kvision + + + +kvision / pl.treksoft.kvision.core / Overflow / INHERIT
+
+

INHERIT

+ +INHERIT + + diff --git a/api1/pl.treksoft.kvision.core/-overflow/-i-n-i-t-i-a-l.html b/api1/pl.treksoft.kvision.core/-overflow/-i-n-i-t-i-a-l.html new file mode 100644 index 00000000..bbeeaa11 --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-overflow/-i-n-i-t-i-a-l.html @@ -0,0 +1,14 @@ + + + +Overflow.INITIAL - kvision + + + +kvision / pl.treksoft.kvision.core / Overflow / INITIAL
+
+

INITIAL

+ +INITIAL + + diff --git a/api1/pl.treksoft.kvision.core/-overflow/-s-c-r-o-l-l.html b/api1/pl.treksoft.kvision.core/-overflow/-s-c-r-o-l-l.html new file mode 100644 index 00000000..42beb7db --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-overflow/-s-c-r-o-l-l.html @@ -0,0 +1,14 @@ + + + +Overflow.SCROLL - kvision + + + +kvision / pl.treksoft.kvision.core / Overflow / SCROLL
+
+

SCROLL

+ +SCROLL + + diff --git a/api1/pl.treksoft.kvision.core/-overflow/-v-i-s-i-b-l-e.html b/api1/pl.treksoft.kvision.core/-overflow/-v-i-s-i-b-l-e.html new file mode 100644 index 00000000..5dadd30b --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-overflow/-v-i-s-i-b-l-e.html @@ -0,0 +1,14 @@ + + + +Overflow.VISIBLE - kvision + + + +kvision / pl.treksoft.kvision.core / Overflow / VISIBLE
+
+

VISIBLE

+ +VISIBLE + + diff --git a/api1/pl.treksoft.kvision.core/-overflow/index.html b/api1/pl.treksoft.kvision.core/-overflow/index.html new file mode 100644 index 00000000..f02a8ff0 --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-overflow/index.html @@ -0,0 +1,75 @@ + + + +Overflow - kvision + + + +kvision / pl.treksoft.kvision.core / Overflow
+
+

Overflow

+enum class Overflow +

Definitions of CSS overflow options.

+

Enum Values

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

VISIBLE

+
+
+

HIDDEN

+
+
+

SCROLL

+
+
+

AUTO

+
+
+

INITIAL

+
+
+

INHERIT

+
+
+

Extension Functions

+ + + + + + + +
+

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + -- cgit