Skip to main content
Skip table of contents

Multiline text field

Example

CSS
{
    "type": "textarea",
    "id": "description",
    "caption": "Description",
	"validators": ["not-empty"],
	"defaultValue": "\nKind regards\n {%ActiveDirectory.User.DisplayName%}",
    "rows": 6,
    "autoGrow": true
}

Description

AttributeDescriptionRequired
type

Specifies the type of the object

X
idUnique ID of the object, freely selectableX

caption

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 String.

X

validators

Available validators:

  • not-empty
    Ensures that the field is completed by the user

  • e-mail
    Ensures that the input is an email address


defaultValue

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, Local and String can be used


rows

Number of visible rows. Default value: 6


autoGrow

Specifies if the text field should automatically be enlarged, dependent on the contents. Default value: false


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.