Alert
open class Alert(caption: String? = null, text: String? = null, rich: Boolean = false, align: <Error class: unknown class>? = null, size: ModalSize? = null, animation: Boolean = true, centered: Boolean = false, callback: () -> Unit? = null) : Modal
Alert window based on Bootstrap modal.
Parameters
caption
window title
text
window content text.
rich
determines if text can contain HTML code
align
text align
size
modal window size
animation
determines if animations are used
centered
determines if modal dialog is vertically centered
callback
a function called after closing window with OK button
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.