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/-init-.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/api/pl.treksoft.kvision.modal/-alert/-init-.html') diff --git a/docs/api/pl.treksoft.kvision.modal/-alert/-init-.html b/docs/api/pl.treksoft.kvision.modal/-alert/-init-.html index 6843304e..28dffea4 100644 --- a/docs/api/pl.treksoft.kvision.modal/-alert/-init-.html +++ b/docs/api/pl.treksoft.kvision.modal/-alert/-init-.html @@ -8,15 +8,15 @@ 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) + +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

+rich - determines if text can contain HTML code

align - text align

-- cgit