FormItemsContainerBuilder
Methods
Label(System.String)
Defines the field label.
Parameters
value - System.String
The value that configures the label.
Layout(System.String)
Specify the layout of the Group. Valid options are: grid: This is equivalent to display: grid. It defines the form element as a grid container and establishes a new grid formatting context for its contents..
Parameters
value - System.String
The value that configures the layout of the Group.
Grid(System.Action)
Grid layout settings.
Parameters
configurator - System.Action<FormGridSettingsBuilder>
The action that configures the grid.
ColSpan(System.Double)
Defines the field size when grid layout is used.
Parameters
value - System.Double
Items(System.Action)
A JavaScript array that contains the Form's items configuration.
Parameters
configurator - System.Action<FormItemFactory>
The action that configures the items.