Package

ViewHelpers

ViewHelper Documentation

flux:grid.column

Flexform Grid Column ViewHelper

Arguments

name string

Identifies your column in generated configuration; also used as target ID when column is inside a container content element. Page-level content columns use "colPos" instead.

label string

Optional column label

colPos integer

Page column number; use only when creating root page content columns. Container elements use "name" instead.

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.

ViewHelper Resources

Schema Resources