From f3c9d405382dd81d426c7eab1f6390ec8e6dad00 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 5 Mar 2018 08:45:25 +0100 Subject: Documentation update. --- .../api/pl.treksoft.kvision.modal/-alert/show.html | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 docs/api/pl.treksoft.kvision.modal/-alert/show.html (limited to 'docs/api/pl.treksoft.kvision.modal/-alert/show.html') diff --git a/docs/api/pl.treksoft.kvision.modal/-alert/show.html b/docs/api/pl.treksoft.kvision.modal/-alert/show.html deleted file mode 100644 index 80c160e4..00000000 --- a/docs/api/pl.treksoft.kvision.modal/-alert/show.html +++ /dev/null @@ -1,30 +0,0 @@ - - - -Alert.show - kvision - - - -kvision / pl.treksoft.kvision.modal / Alert / show
-
-

show

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

Helper function for opening Alert window.

-

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

- - -- cgit