DojoMobileTextArea

The DojoMobileTextArea widget defines a text box that contains one or more lines of text.

Properties

placeholder
A string that is displayed in the TEXTAREA, but is removed as soon as the user clicks into the field. The string is redisplayed whenever the TEXTAREA is empty (requires browser support).
maxLength
Maximum number of characters that can be entered in the TEXTAREA (requires browser support).
isExpandable
A Boolean value that indicates whether the text field is expandable.
readOnly
A Boolean value that indicates whether the text field is protected from user's input.
text
The string content of the Dojo text field.

Events

onChange
Specifies an event that occurs when the value of the text area is changed.
Note: To import the selected sample, you must install and use the local help.
Related reference:
EGL mobile widget base class
Related information:
Developing with the EGL Dojo mobile widgets
Rich UI Handler part
Local help content installations
Importing EGL Dojo mobile widgets sample
Importing EGL Dojo mobile widgets runtime

Feedback