From 3aa601efa75efcc69b72340e87bfb626197e7e3a Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 2 May 2020 00:52:30 +0200 Subject: API documentation for KVision 3.7.3 --- api/pl.treksoft.kvision.modal/-dialog/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/pl.treksoft.kvision.modal/-dialog/index.html') diff --git a/api/pl.treksoft.kvision.modal/-dialog/index.html b/api/pl.treksoft.kvision.modal/-dialog/index.html index 26a55ea6..bde67b11 100644 --- a/api/pl.treksoft.kvision.modal/-dialog/index.html +++ b/api/pl.treksoft.kvision.modal/-dialog/index.html @@ -19,7 +19,7 @@

<init>

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