From 61545b3f1fb1844af350d187edd26285e98f0466 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 26 Feb 2018 14:21:46 +0100 Subject: API documentation update --- docs/api/pl.treksoft.kvision.modal/-alert/show.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 index 3109e8c5..80c160e4 100644 --- a/docs/api/pl.treksoft.kvision.modal/-alert/show.html +++ b/docs/api/pl.treksoft.kvision.modal/-alert/show.html @@ -8,8 +8,8 @@ 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 + +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

@@ -17,7 +17,7 @@

text - window content text.

-rich - determines if text can contain HTML code

+rich - determines if text can contain HTML code

align - text align

-- cgit