BootstrapUIWidgetBase Events
Represents a client-side equivalent of the BootstrapWebClientUIWidget class.| Name | Description |
|---|---|
| Disposing | Fires when the widget is removed from the DOM using the remove(), empty(), or html() jQuery methods only. |
| Drawn | Fires when the widget has finished drawing itself. |
| Exported | Fires after data from the widget is exported. |
| Exporting | Fires before data from the widget is exported. |
| FileSaving | Raised before a file with exported data is saved on the user’s local storage. |
| IncidentOccurred | Fires when an error or warning appears in the widget. |
| Init | Fires once, after the widget is initialized. |
| OptionChanged | Fires after an option of the widget has been changed. |
See Also