Skip to main content
Skip table of contents

Single line text field

Example

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

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


JavaScript errors detected

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

If this problem persists, please contact our support.