Attention
TYPO3 v8 has reached its end-of-life March 31st, 2020 and is not maintained by the community anymore. Looking for a stable version? Use the version switch on the top left.
There is no further ELTS support. It is recommended that you upgrade your project and use a supported version of TYPO3.
carray¶
Properties¶
Property |
Data Type |
Default |
|
---|---|---|---|
->stdWrap |
|||
<TD>-params |
|||
cObject |
Property details¶
(stdWrap properties...)¶
Property
(stdWrap properties...)
Data type
->stdWrap
Description
Note: This applies ONLY if "CARRAY /stdWrap" is set to be data type.
If you specify any non-integer properties to a CARRAY, stdWrap will be invoked with all properties of the CARRAY.
Example:
10 = TEXT
10.value = testing
5 = TEXT
5.value = This will be rendered before "10"
wrap = <b>|</b>
This will return '<b>This will be rendered before "10"testing</b>'.
(TDParams)¶
Property
(TDParams)
Data type
<TD>-params
Description
Note: This applies ONLY if "CARRAY +TDParams" is set to be data type.
This property is used only in some cases where CARRAY is used. Please look out for a note about that in the various cases.
1,2,3,4...¶
Property
1,2,3,4...
Data type
cObject
Description
This is a numerical "array" of content objects (cObjects). The order in which you specify the objects is not important as the array will be sorted numerically before it's parsed!