Reference 

Part of the legacy TypoScript rendering path, deprecated and not recommended for new projects, see Rendering Architecture. Retained for existing projects; new projects should use the Reference instead.

TypoScript 

setup 

Property
setup
Data type
Internal /stdWrap
Description
The setup handed over to the userFunc that is responsible for the rendering process
Default
N/A

setup.default 

Property
setup.default
Data type
Internal / stdWrap
Description

The default setup used by any Grid Element layout that has not got its own setup available. Layouts are assigned by their layout identifier: for a database-backed CE backend layout record this is an explicitly configured alias where one exists, or the record's UID otherwise; a TSconfig-defined layout has its own identifier, see TSconfig.

It usually contains the columns parameter and might use additional stdWrap methods. If you provide a cObject as stdWrap method, this will override the default output and give you the option to make use of the special virtual fields containing prerendered content.

Default
N/A

setup.123 

Property
setup.123
Data type
Internal / stdWrap
Description
This setup will be used for the Grid Element layout with the layout identifier 123, an alias or, absent one, a UID for a database-backed layout, or a TSconfig-defined layout's own identifier
Default
N/A

columns 

Property
columns
Data type
Internal / stdWrap
Description
This contains the setup for the default column and any other column that might differ from the default. Columns are assigned by their column value.
Default
N/A

columns.default 

Property
columns.default
Data type
Internal / stdWrap
Description
This will be the setup used for any column that has not got its own setup available
Default
N/A

columns.123 

Property
columns.123
Data type
Internal / stdWrap
Description
This will be used for the column with the column value 123
Default
N/A

renderObj 

Property
renderObj
Data type
cObject / stdWrap
Description
Can be any kind of TypoScript content object, like TEXT or TEMPLATE
Default
COA

flexform_fieldname 

Property
flexform_fieldname
Data type
Flexform field
Description
Get the value of a field defined in the flexform of the grid layout of the current cObj
Default
N/A

parentgrid_fieldname 

Property
parentgrid_fieldname
Data type
Value of the parent container
Description
Get the value of a field of the parent container of the current cObj
Default
N/A

tx_gridelements_view_children 

Property
tx_gridelements_view_children
Data type
Array
Description
An array containing all the children as raw data
Default
N/A

tx_gridelements_view_columns 

Property
tx_gridelements_view_columns
Data type
Array
Description
An array containing the prerendered columns
Default
N/A

tx_gridelements_view_column_123 

Property
tx_gridelements_view_column_123
Data type
HTML
Description
The prerendered content of column 123
Default
N/A

tx_gridelements_view_child_123 

Property
tx_gridelements_view_child_123
Data type
HTML
Description
The prerendered child with the uid 123
Default
N/A