From 7c2850063697f94a0d8b8d8f8588136dd4b3d05e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 21 Oct 2018 23:59:34 +0200 Subject: API documentation for KVision 0.0.19 --- .../pl.treksoft.kvision.modal/-modal/-init-.html | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 api/kvision/pl.treksoft.kvision.modal/-modal/-init-.html (limited to 'api/kvision/pl.treksoft.kvision.modal/-modal/-init-.html') diff --git a/api/kvision/pl.treksoft.kvision.modal/-modal/-init-.html b/api/kvision/pl.treksoft.kvision.modal/-modal/-init-.html new file mode 100644 index 00000000..0d729ed8 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.modal/-modal/-init-.html @@ -0,0 +1,31 @@ + + + +Modal.<init> - kvision + + + +kvision / pl.treksoft.kvision.modal / Modal / <init>
+
+

<init>

+ +Modal(caption: String? = null, closeButton: Boolean = true, size: ModalSize? = null, animation: Boolean = true, escape: Boolean = true, classes: Set<String> = setOf(), init: Modal.() -> Unit = null) +

Parameters

+

+caption - window title

+

+closeButton - determines if Close button is visible

+

+size - modal window size

+

+animation - determines if animations are used

+

+escape - determines if dialog can be closed with Esc key

+

+classes - a set of CSS class names

+

+init - an initializer extension function

+

Constructor
+

+ + -- cgit