Events
This section describes events exposed by this widget.
disposing
Fires when the widget is being removed.
Provides function parameters.
See Also
hidden
Fires after the overlay is hidden.
Provides function parameters.
hiding
Fires before hiding the overlay.
Provides function parameters.
Provides access to the widget instance.
An HTML element of the widget.
Provides access to the data that is available for binding against the element. Available only in the Knockout and AngularJS approaches.
Indicates whether to cancel hiding the overlay.
optionChanged
Fires after an option of the component is changed.
Provides function parameters.
Provides access to the widget instance.
Specifies the name of the option whose value is changed.
Specifies a full name of the option whose value is changed. The full name is formed by concatenating the names of the options that are presented in the hierarchy of the given option. The names are delimited by commas.
Specifies a new value for the option.
An HTML element of the widget.
Provides access to the data that is available for binding against the element. Available only in the Knockout and AngularJS approaches.
showing
Fires before showing the overlay.
Provides function parameters.
shown
Fires after the overlay is shown.
Provides function parameters.
titleRendered
Fires after the widget title is rendered.
Provides function parameters.