ViewHelper Documentation
flux:form.object
FlexForm field section object ViewHelper
Use this inside flux:form.section to name and divide the fields into individual objects that can be inserted into the section.
Arguments
name string
Name of the section object, FlexForm XML-valid tag name string
label string
Label for section object, can be LLL: value. Optional - if not specified, Flux tries to detect an LLL label named "flux.fluxFormId.objects.foobar" based on object name, in scope of extension rendering the Flux form.
variables anySimpleType
Freestyle variables which become assigned to the resulting Component - can then be read from that Component outside this Fluid template and in other templates using the Form object from this template
extensionName string
If provided, enables overriding the extension context for this and all child nodes. The extension name is otherwise automatically detected from rendering context.