From 8883419bfcec00947863741d48dbd89cc877615a Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 4 Apr 2019 13:10:28 +0200 Subject: API documentation for KVision 0.0.32 --- .../-placement/-a-u-t-o.html | 14 +++++ .../-placement/-b-o-t-t-o-m.html | 14 +++++ .../-placement/-l-e-f-t.html | 14 +++++ .../-placement/-r-i-g-h-t.html | 14 +++++ .../-placement/-t-o-p.html | 14 +++++ api/pl.treksoft.kvision.core/-placement/index.html | 68 ++++++++++++++++++++++ 6 files changed, 138 insertions(+) create mode 100644 api/pl.treksoft.kvision.core/-placement/-a-u-t-o.html create mode 100644 api/pl.treksoft.kvision.core/-placement/-b-o-t-t-o-m.html create mode 100644 api/pl.treksoft.kvision.core/-placement/-l-e-f-t.html create mode 100644 api/pl.treksoft.kvision.core/-placement/-r-i-g-h-t.html create mode 100644 api/pl.treksoft.kvision.core/-placement/-t-o-p.html create mode 100644 api/pl.treksoft.kvision.core/-placement/index.html (limited to 'api/pl.treksoft.kvision.core/-placement') diff --git a/api/pl.treksoft.kvision.core/-placement/-a-u-t-o.html b/api/pl.treksoft.kvision.core/-placement/-a-u-t-o.html new file mode 100644 index 00000000..bc01c88a --- /dev/null +++ b/api/pl.treksoft.kvision.core/-placement/-a-u-t-o.html @@ -0,0 +1,14 @@ + + + +Placement.AUTO - kvision + + + +kvision / pl.treksoft.kvision.core / Placement / AUTO
+
+

AUTO

+ +AUTO + + diff --git a/api/pl.treksoft.kvision.core/-placement/-b-o-t-t-o-m.html b/api/pl.treksoft.kvision.core/-placement/-b-o-t-t-o-m.html new file mode 100644 index 00000000..78f8ab9b --- /dev/null +++ b/api/pl.treksoft.kvision.core/-placement/-b-o-t-t-o-m.html @@ -0,0 +1,14 @@ + + + +Placement.BOTTOM - kvision + + + +kvision / pl.treksoft.kvision.core / Placement / BOTTOM
+
+

BOTTOM

+ +BOTTOM + + diff --git a/api/pl.treksoft.kvision.core/-placement/-l-e-f-t.html b/api/pl.treksoft.kvision.core/-placement/-l-e-f-t.html new file mode 100644 index 00000000..dd7154fe --- /dev/null +++ b/api/pl.treksoft.kvision.core/-placement/-l-e-f-t.html @@ -0,0 +1,14 @@ + + + +Placement.LEFT - kvision + + + +kvision / pl.treksoft.kvision.core / Placement / LEFT
+
+

LEFT

+ +LEFT + + diff --git a/api/pl.treksoft.kvision.core/-placement/-r-i-g-h-t.html b/api/pl.treksoft.kvision.core/-placement/-r-i-g-h-t.html new file mode 100644 index 00000000..cfed6e92 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-placement/-r-i-g-h-t.html @@ -0,0 +1,14 @@ + + + +Placement.RIGHT - kvision + + + +kvision / pl.treksoft.kvision.core / Placement / RIGHT
+
+

RIGHT

+ +RIGHT + + diff --git a/api/pl.treksoft.kvision.core/-placement/-t-o-p.html b/api/pl.treksoft.kvision.core/-placement/-t-o-p.html new file mode 100644 index 00000000..2f148e8e --- /dev/null +++ b/api/pl.treksoft.kvision.core/-placement/-t-o-p.html @@ -0,0 +1,14 @@ + + + +Placement.TOP - kvision + + + +kvision / pl.treksoft.kvision.core / Placement / TOP
+
+

TOP

+ +TOP + + diff --git a/api/pl.treksoft.kvision.core/-placement/index.html b/api/pl.treksoft.kvision.core/-placement/index.html new file mode 100644 index 00000000..c5596149 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-placement/index.html @@ -0,0 +1,68 @@ + + + +Placement - kvision + + + +kvision / pl.treksoft.kvision.core / Placement
+
+

Placement

+enum class Placement +

Tooltip / Popover placements.

+

Enum Values

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

AUTO

+
+
+

TOP

+
+
+

BOTTOM

+
+
+

LEFT

+
+
+

RIGHT

+
+
+

Extension Functions

+ + + + + + + +
+

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + -- cgit