Multiline text field
Example
{
"type": "textarea",
"id": "description",
"caption": "Description",
"validators": ["not-empty"],
"defaultValue": "\nKind regards\n {%ActiveDirectory.User.DisplayName%}",
"rows": 6,
"autoGrow": true
}
Description
Attribute | Description | Required |
---|---|---|
type | Specifies the type of the object | X |
id | Unique ID of the object, freely selectable | X |
| Caption which is displayed in the UI, freely selectable. On demand, texts from the resource file in the currently selected language can be loaded using variables of type | X |
| Available validators:
| |
| The value which is input here is inserted in the form field by default when the UI is loaded. On demand, variables of the type ActiveDirectory, | |
| Number of visible rows. Default value: 6 | |
| Specifies if the text field should automatically be enlarged, dependent on the contents. Default value: false |