IBI-helpMe

Single line text field

Example

CSS
{
    "type": "textbox",
    "id": "subject",
    "caption": "Subject",
	"validators": ["not-empty"]
}

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. If required, texts from the resource file in the currently set language can be loaded with Variables of type String from the resource file.

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 entered here will be inserted by default into the form field when loaded. On demand, Variables of type ActiveDirectory, Local and String can be used.