Events
This section describes events fired by this widget.
contentReady
Raised when the widget's content is ready.
Event
Main article: onContentReady.
See Also
disposing
Fires when the widget is being removed.
Event
Instead, you can use the onDisposing option to handle the event.
See Also
hidden
Fires after the overlay is hidden.
Event
Instead, you can use the onHidden option to handle the event.
See Also
hiding
Fires before hiding the overlay.
Event
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 approach.
Indicates whether to cancel hiding the overlay.
Instead, you can use the onHiding option to handle the event.
See Also
optionChanged
Fires after an option of the component is changed.
Event
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 approach.
Instead, you can use the onOptionChanged option to handle the event.
See Also
showing
Fires before showing the overlay.
Event
Instead, you can use the onShowing option to handle the event.
See Also
shown
Fires after the overlay is shown.
Event
Instead, you can use the onShown option to handle the event.
See Also
titleRendered
Fires after the widget title is rendered.
Event
Instead, you can use the onTitleRendered option to handle the event.