The text area widget is similar to the text field widget with two important differences:
Although it still supports binding to basic variables or object instance attributes, only string basic types are supported. As a result text areas do not allow for additional hints, formatting and validation using a datatype XML attribute.
The physical widget area is larger, it is scrollable and also allows for users to resize it by dragging the bottom right corner.
The title is specified as a key to a lang file entry and is required. A tooltip can also be specified as a key to a lang file entry but is optional.Visibility bindingsare also supported.
Example
The abbreviated code snippets and screenshot below shows the use of <textarea/> with a value binding to an object instance attribute.
Add Comment