ViewHelper Documentation
flux:grid.column
Flexform Grid Column ViewHelper
Arguments
name string
Optional column name
label string
Optional column label
colPos integer
Optional column position. If you do not specify this it will be automatically assigned - so specify it if your template is dynamic and the output relies on this, as page rendering does for example!
colspan integer
Column span
rowspan integer
Row span
style string
Inline style to add when rendering the column
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. Can also be set and/or overridden in tag content using <flux:form.variable />
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.