grid.row ViewHelper <flux:grid.row> 

Flexform Grid Row ViewHelper

Used inside <flux:grid> tags. Usually contains <flux:grid.column> tags.

See <flux:grid> for an example.

Arguments 

name 

DataType
string
Default
'row'
Required
false
Description
Optional name of this row - defaults to "row"

label 

DataType
string
Required
false
Description
Optional label for this row - defaults to an LLL value (reported if it is missing)

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

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.