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 area loses focus.
The text area which lost focus.
Event gets fired when the value of the text area changes.
The text area which changed.
Event gets fired when the text area gets focus.
The text area which got focus.
Event gets fired when a key is pressed
The text area which key was pressed.
The keyboard event which was fired.
Event gets fired when a key is released
The text area which key was released.
The keyboard event which was fired.
Additional CSS classes to add to the parent control when supported.
The placeholder text shown when there is no value.
The list of available fonts to use. Must be the font family names and all fonts must be available for the editor to use. Only valid if rich text is supported.
Optional
SizeThe size of the UI element.
The standard classes of the control. Modify this property only if you know what you are doing.
Flag indicating if the text area supports bold text. Note that all fonts must support those variants. Only valid if rich text is supported.
Flag indicating if the text area supports font family changes. Please provide a list of supported fonts in RichTextFontArray. Only valid if rich text is supported.
Flag indicating if the text area supports font size changes. Only valid if rich text is supported.
Flag indicating if the text area supports italic text. Note that all fonts must support those variants. Only valid if rich text is supported.
Flag to indicate if the text area supports rich text.
Flag indicating if the text area supports underline formatting. Only valid if rich text is supported. Only valid if rich text is supported.
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. Either "TextArea" or "RichText".
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 area interface