form.sheet

FlexForm sheet ViewHelper

Groups FlexForm fields into sheets.

Arguments

name

DataType

string

Required

true

Description

Name of the group, used as FlexForm sheet name, must be FlexForm XML-valid tag name string

label

DataType

string

Required

false

Description

Label for the field group - used as tab name in FlexForm. Optional - if not specified, Flux tries to detect an LLL label named "flux.fluxFormId.sheets.foobar" based on sheet name, in scope of extension rendering the Flux form.

variables

DataType

mixed

Default

array ()

Required

false

Description

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

description

DataType

string

Required

false

Description

Optional string or LLL reference with a desription of the purpose of the sheet

shortDescription

DataType

string

Required

false

Description

Optional shorter version of description of purpose of the sheet, LLL reference supported

extensionName

DataType

string

Required

false

Description

If provided, enables overriding the extension context for this and all child nodes. The extension name is otherwise automatically detected from rendering context.