Events

This section describes events fired by this widget.

See Also

change

Raised when the widget loses focus after the text field's content was changed using the keyboard.

Type:

Event

Main article: onChange

See Also

contentReady

Raised when the widget's content is ready.

Type:

Event

Main article: onContentReady.

See Also

copy

Raised when the widget's input has been copied.

Type:

Event

Main article: onCopy

See Also

cut

Raised when the widget's input has been cut.

Type:

Event

Main article: onCut

See Also

disposing

Raised before the widget is disposed of.

Type:

Event

Main article: onDisposing

See Also

enterKey

Raised when the Enter key has been pressed while the widget is focused.

Type:

Event

Main article: onEnterKey

See Also

focusIn

Raised when the widget gets focus.

Type:

Event

Main article: onFocusIn

See Also

focusOut

Raised when the widget loses focus.

Type:

Event

Main article: onFocusOut

See Also

initialized

Raised only once, after the widget is initialized.

Type:

Event

Main article: onInitialized

See Also

input

Raised each time the widget's input is changed while the widget is focused.

Type:

Event

Main article: onInput

See Also

keyDown

Raised when a user is pressing a key on the keyboard.

Type:

Event

Main article: onKeyDown

See Also

keyPress

Raised when a user presses a key on the keyboard.

Type:

Event

IMPORTANT
This event is removed from the web standards and will be deprecated in modern browsers soon. Refer to the MDN topic for details.

Main article: onKeyPress

See Also

keyUp

Raised when a user releases a key on the keyboard.

Type:

Event

Main article: onKeyUp

See Also

optionChanged

Raised after a widget option is changed.

Type:

Event

Main article: onOptionChanged

See Also

paste

Raised when the widget's input has been pasted.

Type:

Event

Main article: onPaste

See Also

valueChanged

Raised after the widget's value is changed.

Type:

Event

Main article: onValueChanged

See Also