MessageDialog
Singleton
A singleton class which shows common dialogs, similar to the native browser APIs (though these methods do not block the UI thread):
- confirm shows a confirmation dialog with Ok / Cancel buttons
- alert shows a dialog with a message
- prompt shows a dialog with a text input field
Note: Class is a singleton and all members listed below can be accessed as static ones.
No results
Properties
Properties are getters/setters or publicly accessible variables on this class-
The enum value for the Cancel button
-
The enum value for the OK button
Functions
Functions are methods available for calling on the classCSS variables
CSS variables that can be set to adjust appearance| Name | Description |
|---|---|
| --b-message-dialog-button-min-width | MessageDialog button min-width |
| --b-message-dialog-min-width | MessageDialog min-width |