Events
This section describes events fired by this widget.
disposing
Fires when the widget is being removed.
Event
Instead, you can use the onDisposing 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
resize
Fires after the widget is resized.
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.
Specifies the jQuery event that caused action execution.
The current widget width.
The current widget height.
Instead, you can use the onResize option to handle the event.
See Also
resizeEnd
Fires when the widget has been resized.
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.
Specifies the jQuery event that caused action execution.
The current widget width.
The current widget height.
Instead, you can use the onResizeEnd option to handle the event.
See Also
resizeStart
Fires when an end user started to resize the widget.
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.
Specifies the jQuery event that caused action execution.
The current widget width.
The current widget height.
Instead, you can use the onResizeStart option to handle the event.