From d8cd67062b8de6e8398dc6dfd00d201200c82414 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 9 Feb 2018 13:40:35 +0100 Subject: API doc and readme --- .../-m-o-d-a-l-s-i-z-e/-l-a-r-g-e.html | 26 +++++++++++++ .../-m-o-d-a-l-s-i-z-e/-s-m-a-l-l.html | 26 +++++++++++++ .../-m-o-d-a-l-s-i-z-e/class-name.html | 14 +++++++ .../-m-o-d-a-l-s-i-z-e/index.html | 45 ++++++++++++++++++++++ 4 files changed, 111 insertions(+) create mode 100644 docs/api/pl.treksoft.kvision.modal/-m-o-d-a-l-s-i-z-e/-l-a-r-g-e.html create mode 100644 docs/api/pl.treksoft.kvision.modal/-m-o-d-a-l-s-i-z-e/-s-m-a-l-l.html create mode 100644 docs/api/pl.treksoft.kvision.modal/-m-o-d-a-l-s-i-z-e/class-name.html create mode 100644 docs/api/pl.treksoft.kvision.modal/-m-o-d-a-l-s-i-z-e/index.html (limited to 'docs/api/pl.treksoft.kvision.modal/-m-o-d-a-l-s-i-z-e') diff --git a/docs/api/pl.treksoft.kvision.modal/-m-o-d-a-l-s-i-z-e/-l-a-r-g-e.html b/docs/api/pl.treksoft.kvision.modal/-m-o-d-a-l-s-i-z-e/-l-a-r-g-e.html new file mode 100644 index 00000000..84104d85 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.modal/-m-o-d-a-l-s-i-z-e/-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/docs/api/pl.treksoft.kvision.modal/-m-o-d-a-l-s-i-z-e/-s-m-a-l-l.html b/docs/api/pl.treksoft.kvision.modal/-m-o-d-a-l-s-i-z-e/-s-m-a-l-l.html new file mode 100644 index 00000000..80df8222 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.modal/-m-o-d-a-l-s-i-z-e/-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/docs/api/pl.treksoft.kvision.modal/-m-o-d-a-l-s-i-z-e/class-name.html b/docs/api/pl.treksoft.kvision.modal/-m-o-d-a-l-s-i-z-e/class-name.html new file mode 100644 index 00000000..e9cd91e3 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.modal/-m-o-d-a-l-s-i-z-e/class-name.html @@ -0,0 +1,14 @@ + + + +MODALSIZE.className - kvision + + + +kvision / pl.treksoft.kvision.modal / MODALSIZE / className
+
+

className

+ +val className: String + + diff --git a/docs/api/pl.treksoft.kvision.modal/-m-o-d-a-l-s-i-z-e/index.html b/docs/api/pl.treksoft.kvision.modal/-m-o-d-a-l-s-i-z-e/index.html new file mode 100644 index 00000000..0cc5703d --- /dev/null +++ b/docs/api/pl.treksoft.kvision.modal/-m-o-d-a-l-s-i-z-e/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