ViewHelper Documentation
flux:content.render
Renders all child content of a record based on the area name.
The area
is the name
attribute of the <grid.column>
that shall
be rendered.
Example: Render all child elements of one grid column
fluidcontent
element with one column of child elements:
<f:section name="Configuration">
<flux:grid>
<flux:grid.row>
<flux:grid.column name="teaser"/>
</flux:grid.row>
</flux:grid>
</f:section>
<f:section name="Main">
<div style="border: 1px solid red">
<flux:content.render area="teaser"/>
</div>
</f:section>
Arguments
area string
Name or "colPos" value of the content area to render
limit integer
Optional limit to the number of content elements to render
offset integer
Optional offset to the limit
order string
Optional sort order of content elements - RAND() supported
sortDirection string
Optional sort direction of content elements
as string
Variable name to register, then render child content and insert all results as an array of records
loadRegister anySimpleType
List of LOAD_REGISTER variable
render boolean
Optional returning variable as original table rows