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

<init>

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

Parameters

-

-caption - window title

-

-closeButton - determines if Close button is visible

-

-size - modal window size

-

-animation - determines if animations are used

-

-escape - determines if dialog can be closed with Esc key

-

-classes - a set of CSS class names

-

-init - an initializer extension function

-

Constructor
-

- - -- cgit