Reference

Property

Property:

Data type

Data type:

Description

Description:

Default

Default:

Property

setup

Data type

Internal /stdWrap

Description

The setup handed over to the userFunc that is responsible for the rendering process

Default

N/A

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 UID

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 stuff.

Default

N/A

Property

setup.123

Data type

Internal / stdWrap

Description

This setup will be used for the Grid Element layout with the UID value 123

Default

N/A

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

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

Property

columns.123

Data type

Internal / stdWrap

Description

This will be used for the column with the column value 123

Default

N/A

Property

renderObj

Data type

cObject / stdWrap

Description

Can be any kind of TypoScript content object, like TEXT or TEMPLATE

Default

COA

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

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

Property

tx_gridelements_view_children

Data type

Array

Description

An array containing all the children as raw data

Default

N/A

Property

tx_gridelements_view_columns

Data type

Array

Description

An array containing the prerendered columns

Default

N/A

Property

tx_gridelements_view_column_123

Data type

HTML

Description

The prerendered content of column 123

Default

N/A

Property

tx_gridelements_view_child_123

Data type

HTML

Description

The prerendered child with the uid 123

Default

N/A