kvision / pl.treksoft.kvision.onsenui.dialog / AlertDialog / <init>

<init>

(js) AlertDialog(dialogTitle: String? = null, cancelable: Boolean? = null, animation: Boolean? = null, rowfooter: Boolean? = null, classes: Set<String> = setOf(), init: (AlertDialog.() -> Unit)? = null)

Creates an alert dialog component.

Parameters

dialogTitle - a title of the alert dialog

cancelable - whether the dialog can be canceled

animation - determines if the transitions are animated

rowfooter - horizontally aligns the footer buttons

classes - a set of CSS class names

init - an initializer extension function

Constructor
Creates an alert dialog component.