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 --- .../-modal-size/-l-a-r-g-e.html | 26 +++++++++++++ .../-modal-size/-s-m-a-l-l.html | 26 +++++++++++++ .../-modal-size/class-name.html | 14 +++++++ .../-modal-size/index.html | 45 ++++++++++++++++++++++ 4 files changed, 111 insertions(+) create mode 100644 api/pl.treksoft.kvision.modal/-modal-size/-l-a-r-g-e.html create mode 100644 api/pl.treksoft.kvision.modal/-modal-size/-s-m-a-l-l.html create mode 100644 api/pl.treksoft.kvision.modal/-modal-size/class-name.html create mode 100644 api/pl.treksoft.kvision.modal/-modal-size/index.html (limited to 'api/pl.treksoft.kvision.modal/-modal-size') diff --git a/api/pl.treksoft.kvision.modal/-modal-size/-l-a-r-g-e.html b/api/pl.treksoft.kvision.modal/-modal-size/-l-a-r-g-e.html new file mode 100644 index 00000000..9884a5ab --- /dev/null +++ b/api/pl.treksoft.kvision.modal/-modal-size/-l-a-r-g-e.html @@ -0,0 +1,26 @@ + + + +ModalSize.LARGE - kvision + + + +kvision / pl.treksoft.kvision.modal / ModalSize / LARGE
+
+

LARGE

+ +LARGE +

Inherited Properties

+ + + + + + + +
+

className

+
+val className: String
+ + diff --git a/api/pl.treksoft.kvision.modal/-modal-size/-s-m-a-l-l.html b/api/pl.treksoft.kvision.modal/-modal-size/-s-m-a-l-l.html new file mode 100644 index 00000000..57bee013 --- /dev/null +++ b/api/pl.treksoft.kvision.modal/-modal-size/-s-m-a-l-l.html @@ -0,0 +1,26 @@ + + + +ModalSize.SMALL - kvision + + + +kvision / pl.treksoft.kvision.modal / ModalSize / SMALL
+
+

SMALL

+ +SMALL +

Inherited Properties

+ + + + + + + +
+

className

+
+val className: String
+ + diff --git a/api/pl.treksoft.kvision.modal/-modal-size/class-name.html b/api/pl.treksoft.kvision.modal/-modal-size/class-name.html new file mode 100644 index 00000000..6b78f796 --- /dev/null +++ b/api/pl.treksoft.kvision.modal/-modal-size/class-name.html @@ -0,0 +1,14 @@ + + + +ModalSize.className - kvision + + + +kvision / pl.treksoft.kvision.modal / ModalSize / className
+
+

className

+ +val className: String + + diff --git a/api/pl.treksoft.kvision.modal/-modal-size/index.html b/api/pl.treksoft.kvision.modal/-modal-size/index.html new file mode 100644 index 00000000..4b88ad07 --- /dev/null +++ b/api/pl.treksoft.kvision.modal/-modal-size/index.html @@ -0,0 +1,45 @@ + + + +ModalSize - kvision + + + +kvision / pl.treksoft.kvision.modal / ModalSize
+
+

ModalSize

+enum class ModalSize +

Modal window sizes.

+

Enum Values

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

LARGE

+
+
+

SMALL

+
+
+

Properties

+ + + + + + + +
+

className

+
+val className: String
+ + -- cgit