Companion
Functions
Link copied to clipboard
fun show( caption: String? = null, text: String? = null, rich: Boolean = false, align: <ERROR CLASS>? = null, size: ModalSize? = null, animation: Boolean = true, centered: Boolean = false, cancelVisible: Boolean = false, yesTitle: String = "Yes", noTitle: String = "No", cancelTitle: String = "Cancel", noCallback: () -> Unit? = null, yesCallback: () -> Unit? = null)
Content copied to clipboard
Helper function for opening Confirm window.