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.