aceUITextArea
Multi-line text input widget.

Configuration
| Attribute | Description | Default |
|---|---|---|
"placeholder" |
stringA text shown if no text has been enered. |
"" |
Localization
This widget has localization support.
Localizable configuration properties: placeholder.
Expected domain objects
This widget expects a single domain object handling the type string.
Example template json
{
"label": "Body",
"widget": "aceUITextArea",
"config": {
"placeholder": "Write your body text here..."
},
"domainObject": "article/body"
}