Additional CSS classes to add to the control.
Enabled state of the UI element. When the type supports this, the UI element will be disabled when set to false.
Readonly
IdThe id of the UI element.
Name of the UI element. For form fields that would be the name otherwise used for reference only.
Event gets fired when the text box loses focus.
The text box which lost focus.
Event gets fired when the value of the text box changes.
The text box which changed.
Event gets fired when the text box gets focus.
The text box which got focus.
Event gets fired when a key is pressed
The text box which key was pressed.
Event gets fired when a key is released
The text box which key was released.
Additional CSS classes to add to the parent control when supported.
The placeholder text shown when there is no value.
The standard classes of the control. Modify this property only if you know what you are doing.
Tags for the UI element. Used for reference only.
The text direction of the UI element. Defaults to Inherit, meaning it will use the editor default.
Optional
ToolTooltip text of the UI element.
Readonly
TypeThe type of the UI element. Always "TextBox".
The current value of the control.
The html encoded version of the value.
Visibility flag of the UI element. When not visible it will be hidden from the UI.
Generated using TypeDoc
Text box interface