TSRef - TypoScript Reference
7.1.11. "CARRAY":
|
Property: |
Data type: |
Description: |
Default: |
|---|---|---|---|
|
1,2,3,4... |
cObject |
This is a numerical "array" of content-objects (cObjects). The order by which you specific the objects is not important as the array will be sorted before it's parsed! |
|
|
Occational properties: |
|||
|
(stdWrap properties...) |
|
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: This will return '<B>This will be rendered before "10"testing</B>' 10 = TEXT 10.value = testing 5 = HTML 5.value = This will be rendered before "10" wrap = <B> |</B> |
|
|
(TDParams) |
<TD>-params |
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. |
|
[tsref:->CARRAY]