Dialog
open class Dialog<R>(caption: String? = null, closeButton: Boolean = true, size: ModalSize? = null, animation: Boolean = true, centered: Boolean = false, scrollable: Boolean = false, escape: Boolean = true, className: String? = null, init: Dialog<R>.() -> Unit? = null) : Modal
Modal window with a result.
Parameters
caption
window title
close Button
determines if Close button is visible
size
modal window size
animation
determines if animations are used
centered
determines if modal dialog is vertically centered
scrollable
determines if modal dialog content is scrollable
escape
determines if dialog can be closed with Esc key
class Name
CSS class names
init
an initializer extension function
Constructors
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Hide modal window with Bootstrap function.
Link copied to clipboard
Removes all buttons from the bottom section of dialog window.
Link copied to clipboard
Removes given button from the bottom section of dialog window.
Link copied to clipboard
Show modal window with Bootstrap function.