JavaScript/jQuery TagBox Events
This section describes events fired by this UI component.
See Also
change
Raised when the UI component loses focus after the text field's content was changed using the keyboard.
Event
Main article: onChange
See Also
contentReady
Raised when the UI component is rendered and each time the component is repainted.
Event
Main article: onContentReady.
See Also
customItemCreating
Raised when a user adds a custom item.
Event
Main article: onCustomItemCreating
See Also
disposing
Raised before the UI component is disposed of.
Event
Main article: onDisposing
See Also
enterKey
Raised when the Enter key has been pressed while the UI component is focused.
Event
Main article: onEnterKey
See Also
initialized
Raised only once, after the UI component is initialized.
Event
Main article: onInitialized
See Also
input
Raised each time the UI component's input is changed while the UI component is focused.
Event
Main article: onInput
See Also
itemClick
Raised when a list item is clicked or tapped.
Event
Main article: onItemClick
See Also
keyDown
Raised when a user is pressing a key on the keyboard.
Event
Main article: onKeyDown
See Also
multiTagPreparing
Raised before the multi-tag is rendered.
Event
Main article: onMultiTagPreparing
See Also
optionChanged
Raised after a UI component property is changed.
Event
Main article: onOptionChanged
See Also
selectAllValueChanged
Raised when the "Select All" check box value is changed.
Event
Main article: onSelectAllValueChanged
See Also
selectionChanged
Raised when a list item is selected or selection is canceled.
Event
Main article: onSelectionChanged
See Also
valueChanged
Raised after the UI component's value is changed.
Event
Main article: onValueChanged