Skip to main content

Form settings

FormTableField

The FormTableField is used within a FormTable to define and describe the columns.

Attributes

Attribute Mandatory Description Example
name yes Unique name of the form within the FormList (has to be written in UPPERCASE letters and must not contain any special characters). name="General"
label no Label to show in the Form. label="Start date"
datatype yes The type of the data to visualize. Following datatypes are available:
  • date
  • datetime
  • guid
  • guidstring
  • number
  • string
  • timestamp
  • createtimestamp
  • createtimestampstring
datatype="string"
width no Explicit width-setter (pixel) for the FormTable-Column. If no value is set, the width of all columns are getting automatically calculated. width="50"

Example

  
<FormTableField name="NAME" label="Name" width="150" />