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 --- .../-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 +++++ api/pl.treksoft.kvision.core/-overflow/index.html | 61 ++++++++++++++++++++++ 7 files changed, 145 insertions(+) create mode 100644 api/pl.treksoft.kvision.core/-overflow/-a-u-t-o.html create mode 100644 api/pl.treksoft.kvision.core/-overflow/-h-i-d-d-e-n.html create mode 100644 api/pl.treksoft.kvision.core/-overflow/-i-n-h-e-r-i-t.html create mode 100644 api/pl.treksoft.kvision.core/-overflow/-i-n-i-t-i-a-l.html create mode 100644 api/pl.treksoft.kvision.core/-overflow/-s-c-r-o-l-l.html create mode 100644 api/pl.treksoft.kvision.core/-overflow/-v-i-s-i-b-l-e.html create mode 100644 api/pl.treksoft.kvision.core/-overflow/index.html (limited to 'api/pl.treksoft.kvision.core/-overflow') diff --git a/api/pl.treksoft.kvision.core/-overflow/-a-u-t-o.html b/api/pl.treksoft.kvision.core/-overflow/-a-u-t-o.html new file mode 100644 index 00000000..5c95f9bc --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.core/-overflow/-h-i-d-d-e-n.html b/api/pl.treksoft.kvision.core/-overflow/-h-i-d-d-e-n.html new file mode 100644 index 00000000..e39f1ff2 --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.core/-overflow/-i-n-h-e-r-i-t.html b/api/pl.treksoft.kvision.core/-overflow/-i-n-h-e-r-i-t.html new file mode 100644 index 00000000..c77733f6 --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.core/-overflow/-i-n-i-t-i-a-l.html b/api/pl.treksoft.kvision.core/-overflow/-i-n-i-t-i-a-l.html new file mode 100644 index 00000000..bbeeaa11 --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.core/-overflow/-s-c-r-o-l-l.html b/api/pl.treksoft.kvision.core/-overflow/-s-c-r-o-l-l.html new file mode 100644 index 00000000..42beb7db --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.core/-overflow/-v-i-s-i-b-l-e.html b/api/pl.treksoft.kvision.core/-overflow/-v-i-s-i-b-l-e.html new file mode 100644 index 00000000..5dadd30b --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.core/-overflow/index.html b/api/pl.treksoft.kvision.core/-overflow/index.html new file mode 100644 index 00000000..1b06a5da --- /dev/null +++ b/api/pl.treksoft.kvision.core/-overflow/index.html @@ -0,0 +1,61 @@ + + + +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

+
+
+ + -- cgit