jQuery/JS Common - utils - ui - dialog
Methods
Name | Description |
---|---|
alert(messageHtml, title) |
Displays an alert dialog with a message and OK button. |
confirm(messageHtml, title) |
Creates a confirmation dialog with a message and Yes and No buttons. |
custom(options) |
Creates a dialog with custom buttons. |
Feedback