fileFieldsModel

Namespace: http://filecatalyst.com/model
XML Schema: model.xsd

File fields model class

XML

Attributes

name type description
fieldsPerRow int

The fields can be shown on the form either:

  • vertically (Fields Per Row = 1)
  • horizontally (Fields Per Row >= the number of fields to be shown)
  • in a table (Fields Per Row > 1 and < the number of fields to be shown)

Elements

name (type) min/max
occurs
description
formField (formFieldModel) 0/unbounded List of form fields.

JSON

property type description
fieldsPerRow int

The fields can be shown on the form either:

  • vertically (Fields Per Row = 1)
  • horizontally (Fields Per Row >= the number of fields to be shown)
  • in a table (Fields Per Row > 1 and < the number of fields to be shown)
formField array of formField (formFieldModel) List of form fields.