Events
This section describes events exposed by this widget.
change
Fires when a change within the widget's input element is committed by an end user.
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.
Specifies the jQuery event that caused action execution.
copy
Fires after the widget's input has been copied.
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.
Specifies the jQuery event that caused action execution.
cut
Fires after the Cut DOM event has fired.
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.
Specifies the jQuery event that caused action execution.
disposing
Fires when the widget is being removed.
Provides function parameters.
See Also
enterKey
Fires after a key has been entered within the widget's input element.
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.
Specifies the jQuery event that caused action execution.
focusIn
Fires after the widget's input has been focused.
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.
Specifies the jQuery event that caused action execution.
Use the on() method of the widget instance to attach a handler for the focusIn event.
See Also
To unsubscribe from this event, use the off() method of the widget instance.
Note that you can handle the focusIn event within the widget's configuration object by assigning your handler to the onFocusIn option.
focusOut
Fires after the widget's input element has lost focus.
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.
Specifies the jQuery event that caused action execution.
input
Fires when a value within the widget's input element is changed by an end user.
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.
Specifies the jQuery event that caused the action execution.
keyDown
Fires when a key is pressed down within the widget's input element.
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.
Specifies the jQuery event that caused the action execution.
keyPress
Fires when the keypress DOM event has been raised for the current input element.
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.
Specifies the jQuery event that caused the action execution.
keyUp
Fires when a key is released within the widget's input element.
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.
Specifies the jQuery event that caused the action execution.
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.
paste
Fires after the widget's input has been pasted.
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.
Specifies the jQuery event that caused the action execution.
valueChanged
Fires when the editor value changes.
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.
Returns the widget's new value.
Returns the widget's previous value.
Specifies the jQuery event that caused the action execution.