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/-alert/-init-.html | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 api/kvision/pl.treksoft.kvision.modal/-alert/-init-.html (limited to 'api/kvision/pl.treksoft.kvision.modal/-alert/-init-.html') diff --git a/api/kvision/pl.treksoft.kvision.modal/-alert/-init-.html b/api/kvision/pl.treksoft.kvision.modal/-alert/-init-.html new file mode 100644 index 00000000..ac6a287a --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.modal/-alert/-init-.html @@ -0,0 +1,31 @@ + + + +Alert.<init> - kvision + + + +kvision / pl.treksoft.kvision.modal / Alert / <init>
+
+

<init>

+ +Alert(caption: String? = null, text: String? = null, rich: Boolean = false, align: Align? = null, size: ModalSize? = null, animation: Boolean = true, callback: () -> Unit = null) +

Parameters

+

+caption - window title

+

+text - window content text.

+

+rich - determines if text can contain HTML code

+

+align - text align

+

+size - modal window size

+

+animation - determines if animations are used

+

+callback - a function called after closing window with OK button

+

Constructor
+

+ + -- cgit