FormcellContainer¶
This control renders a list of Form Sections.
This control will always render as a full screen control taking over the entire space of the page.
When assigning a rule to a property of FormcellContainer, the rule will be passed an instance of the following proxy class as an argument:
FormcellContainer Properties¶
| Property | Type | Required |
|---|---|---|
| LoadingIndicator | LoadingIndicator | No |
| Sections | Section | No |
| _Name | string |
Yes |
| _Type | const |
Yes |
LoadingIndicator¶
Configure the loading indicator shown at the initial page loading.
- type: LoadingIndicator
Sections¶
List of sections defined for the form cell.
- type:
Section[]
All array items must be of the type: Section
_Name¶
- type:
string
_Type¶
- type:
const
The value of this property must be:
"Control.Type.FormCellContainer"