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
valueChanged
Fires when the editor value changes.
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.
Returns the widget's new value.
Returns the widget's previous value.
Specifies the jQuery event that caused the action execution.
Instead, you can use the onValueChanged option to handle the event.