From 9d35bb1e3d8186228cc409faa6d681624f20e9cd Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 26 Nov 2019 19:53:45 +0100 Subject: API documentation for KVision 2.4.0 --- api/pl.treksoft.kvision.modal/-modal/-init-.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'api/pl.treksoft.kvision.modal/-modal/-init-.html') diff --git a/api/pl.treksoft.kvision.modal/-modal/-init-.html b/api/pl.treksoft.kvision.modal/-modal/-init-.html index cf58d374..3485a723 100644 --- a/api/pl.treksoft.kvision.modal/-modal/-init-.html +++ b/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(), init: (Modal.() -> Unit)? = null) + +Modal(caption: String? = null, closeButton: Boolean = true, size: ModalSize? = null, animation: Boolean = true, centered: Boolean = false, escape: Boolean = true, classes: Set<String> = setOf(), init: (Modal.() -> Unit)? = null)

Parameters

caption - window title

@@ -19,6 +19,8 @@ size - modal window size

animation - determines if animations are used

+

+centered - determines if modal dialog is vertically centered

escape - determines if dialog can be closed with Esc key

-- cgit