IBI-helpMe

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

Attribute

Description

Required

type

Specifies the type of the object

X

id

Unique ID of the object, freely selectable

X

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