From eb930482e9972a21d39f2aea8b813acf58ff5b64 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 22 Oct 2018 00:01:39 +0200 Subject: API documentation for KVision 0.0.19 --- .../-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 ++++++ api/pl.treksoft.kvision.core/-position/index.html | 54 ++++++++++++++++++++++ 6 files changed, 124 insertions(+) create mode 100644 api/pl.treksoft.kvision.core/-position/-a-b-s-o-l-u-t-e.html create mode 100644 api/pl.treksoft.kvision.core/-position/-f-i-x-e-d.html create mode 100644 api/pl.treksoft.kvision.core/-position/-r-e-l-a-t-i-v-e.html create mode 100644 api/pl.treksoft.kvision.core/-position/-s-t-a-t-i-c.html create mode 100644 api/pl.treksoft.kvision.core/-position/-s-t-i-c-k-y.html create mode 100644 api/pl.treksoft.kvision.core/-position/index.html (limited to 'api/pl.treksoft.kvision.core/-position') diff --git a/api/pl.treksoft.kvision.core/-position/-a-b-s-o-l-u-t-e.html b/api/pl.treksoft.kvision.core/-position/-a-b-s-o-l-u-t-e.html new file mode 100644 index 00000000..a0d14223 --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.core/-position/-f-i-x-e-d.html b/api/pl.treksoft.kvision.core/-position/-f-i-x-e-d.html new file mode 100644 index 00000000..c3b61d7c --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.core/-position/-r-e-l-a-t-i-v-e.html b/api/pl.treksoft.kvision.core/-position/-r-e-l-a-t-i-v-e.html new file mode 100644 index 00000000..51e0fc33 --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.core/-position/-s-t-a-t-i-c.html b/api/pl.treksoft.kvision.core/-position/-s-t-a-t-i-c.html new file mode 100644 index 00000000..c4d2c768 --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.core/-position/-s-t-i-c-k-y.html b/api/pl.treksoft.kvision.core/-position/-s-t-i-c-k-y.html new file mode 100644 index 00000000..9594e562 --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.core/-position/index.html b/api/pl.treksoft.kvision.core/-position/index.html new file mode 100644 index 00000000..2d5be57e --- /dev/null +++ b/api/pl.treksoft.kvision.core/-position/index.html @@ -0,0 +1,54 @@ + + + +Position - kvision + + + +kvision / pl.treksoft.kvision.core / Position
+
+

Position

+enum class Position +

Definitions of CSS position options.

+

Enum Values

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

STATIC

+
+
+

RELATIVE

+
+
+

FIXED

+
+
+

ABSOLUTE

+
+
+

STICKY

+
+
+ + -- cgit