De:TSref/CARRAY

From TYPO3Wiki

Jump to: navigation, search
TypoScript Referenz - CARRAY
Translations info
An english page for every translation.
All pagenames in english.

  en       de   nl   fr   ja   zh  
This page is document in progress.

TypoScript

CARRAY

Eigenschaft Datentyp Kommentar Standardwert
1,2,3,4... cObject Wenn eine Eigenschaft vom Typ CARRAY/COA/COA_INT ist, dann nimmt sie ein nummerischen "array" von Content-Objekten auf (z.B. TEXT, IMAGE, HMENU oder auch wieder ein COA). Die Objekte werden entsprechend der Nummer sortiert - die Reihenfolge im Typoscript ist daher ohne Einfluss.
Folgende Eigenschaften sind nur vorhanden, wenn sie explizit angegeben sind:
stdWrap Die stdWrap Eigenschaft kann nur angewendet werden, wenn der Datentyp als "CARRAY /stdWrap" gekennzeichnet ist.

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]

Personal tools