The field type is used to identify the type of a field and control the behavior of the field.

Enumeration Members

ClipartField: "ClipartField"

This identifies a clipart field. NOTE: this is only valid for creating new fields via CreateField. For existing fields use ImageField and the properties of ImageField to identify the field as a clipart field.

CustomField: "CustomField"

A custom field is a new field type defined by the script. There can be many different custom fields and the script can define the behaviour, appareance and configuration options of the field.

ImageField: "ImageField"

Image fields are display an image. There are two separate usage modes for image fields:

  • cliparts: used to display a clipart image (image as part of the clipart category)
  • media: used to display an image uploaded by the user
PathField: "PathField"

Path fields can be used to render a path. Path fields are generated by the system or scripts and do not have a user interface to manipulate.

TextField: "TextField"

Text fields are used to display text. The text field has a default format, but the text itself has rich text capabilities.

Generated using TypeDoc