Package io.kvision.modal

Classes supporting general purpose Bootstrap modals with convenient helpers for alert and confirm popup dialogs.

Types

Link copied to clipboard
open class Dialog<R>(    caption: String? = null,     closeButton: Boolean = true,     size: <Error class: unknown class>? = null,     animation: Boolean = true,     centered: Boolean = false,     scrollable: Boolean = false,     escape: Boolean = true,     className: String? = null,     init: Dialog<R>.() -> Unit? = null)

Modal window with a result.