Section and grid settings
Last updated
Last updated
Sections and repeated grids: [SINCE Orbeon Forms 3.8 or earlier].
Non-repeated grids: [SINCE Orbeon Forms 2019.1].
Each section or grid has a name or identifier, which determines how data is represented in XML. The name name specifies an identifier for the section or grid which is unique in the entire form. If no name is explicitly specified, Form Builder assigns a default name, such as "section-1" or "grid-1".
A section or grid name can be changed, provided it doesn't collide with another control name (an error will show otherwise).
[SINCE Orbeon Forms 2019.1]
See Renaming of controls and formulas.
When producing PDF automatically, the "Page break before" checkbox, when enabled, ensures that the given section starts at the top of a new page.
The "Custom CSS classes" field allows adding CSS classes which will be placed on the control in the resulting HTML. This can be used for custom styling.
See Control Settings for more about custom CSS classes.
Visibility: Specifies whether the section or grid is visible. This can be either "Yes" (default), "No", or an XPath formula, in which case the section or grid is visible only if the formula evaluates to true()
.
Read-Only: Specifies whether the section or grid is read-only (not editable). This can be either "Yes", "No" (default), or an XPath formula, in which case the section or grid is editable only if the formula evaluates to false()
.
For a section or grid to be visible or editable, all enclosing sections/grids must be visible or editable as well.
XPath expressions are described in more details in Formulas.
See Repeat settings.
See Section settings.
Blog post: Dynamic loading of closed sections