From 4191287261b46b95908469c2ec3fa9d886681861 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 12 Feb 2018 10:51:45 +0100 Subject: Updated API doc --- docs/api/pl.treksoft.kvision.modal/-modal/-init-.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs/api/pl.treksoft.kvision.modal/-modal/-init-.html') diff --git a/docs/api/pl.treksoft.kvision.modal/-modal/-init-.html b/docs/api/pl.treksoft.kvision.modal/-modal/-init-.html index f94051b7..72c60464 100644 --- a/docs/api/pl.treksoft.kvision.modal/-modal/-init-.html +++ b/docs/api/pl.treksoft.kvision.modal/-modal/-init-.html @@ -8,8 +8,8 @@ kvision / pl.treksoft.kvision.modal / Modal / <init>

<init>

- -Modal(caption: String? = null, closeButton: Boolean = true, size: MODALSIZE? = null, animation: Boolean = true, escape: Boolean = true, classes: Set<String> = setOf()) + +Modal(caption: String? = null, closeButton: Boolean = true, size: MODALSIZE? = null, animation: Boolean = true, escape: Boolean = true, classes: Set<String> = setOf(), init: Modal.() -> Unit = null)

Parameters

caption - window title

@@ -23,6 +23,8 @@ escape - determines if dialog can be closed with Esc key

classes - a set of CSS class names

+

+init - an initializer extension function

Constructor

-- cgit