Click or drag to resize
FormFieldData Fields

The FormFieldData type exposes the following members.

Fields
  NameDescription
Public fieldChoices
Choices of this field, used for fields like dropdown, radio buttons, etc.
Public fieldDefaultValue
Default value to start with.
Public fieldFieldId
Field unique identifier.
Public fieldFieldLabel
Label to show above field.
Public fieldMax
Max value (when input is integer field like slider).
Public fieldMin
Min value (when input is integer field like slider).
Public fieldOnFieldCreated
Custom initialize function that will be called when the field's entity is created.
Public fieldToolTipText
Tooltip text to assign to the field entity.
Public fieldType
Field type.
Top
See Also