From 4191287261b46b95908469c2ec3fa9d886681861 Mon Sep 17 00:00:00 2001
From: Robert Jaros
<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
@@ -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