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 --- api/pl.treksoft.kvision.modal/-confirm/-init-.html | 41 ---------------------- 1 file changed, 41 deletions(-) delete mode 100644 api/pl.treksoft.kvision.modal/-confirm/-init-.html (limited to 'api/pl.treksoft.kvision.modal/-confirm/-init-.html') diff --git a/api/pl.treksoft.kvision.modal/-confirm/-init-.html b/api/pl.treksoft.kvision.modal/-confirm/-init-.html deleted file mode 100644 index 7bf6f68f..00000000 --- a/api/pl.treksoft.kvision.modal/-confirm/-init-.html +++ /dev/null @@ -1,41 +0,0 @@ - - - -Confirm.<init> - kvision - - - -kvision / pl.treksoft.kvision.modal / Confirm / <init>
-
-

<init>

- -Confirm(caption: String? = null, text: String? = null, rich: Boolean = false, align: Align? = null, size: ModalSize? = null, animation: Boolean = true, cancelVisible: Boolean = false, yesTitle: String = "Yes", noTitle: String = "No", cancelTitle: String = "Cancel", noCallback: () -> Unit = null, yesCallback: () -> 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

-

-cancelVisible - determines if Cancel button is visible

-

-yesTitle - yes button text

-

-noTitle - no button text

-

-cancelTitle - cancel button text

-

-noCallback - a function called after closing window with No button

-

-yesCallback - a function called after closing window with Yes button

-

Constructor
-

- - -- cgit