[TYPO3-german] Fluid Template - Zugriff auf den einzelnen tt_content-Datensätze
Philipp Gampe
philipp.gampe at typo3.org
Thu Jul 26 14:46:45 CEST 2012
Hi Johannes,
JCL - Johannes C. Laxander wrote:
>
> Ist die Frage doch nicht so einfach (formuliert) ;-)
>
> page.10 = FLUIDTEMPLATE
> page.10.variables.content < styles.content.get
> page.10.variables.content.select.where = colPos=1
...
> Geht das innerhalb vom Fluid Template mit <f:for each... /> oder muss ich
> das über TypoSCript machen?
Dies geht nur mit TS. FLUID sieht nur den fertigen String, welcher von
CONTENT (styles.content.get) kommt. Alle TS Konstrukte liefern im Moment nur
Strings zurück.
Vermutlich reich ein:
tt_content.stdWrap.outerWrap.wrap = <div style="background-color: red;">|
</div>
Oder mittels CASE, falls du es nur auf eine Spalte beschränken möchtest.
Ein Beispiel findest du im Introduction Package.
BTW, statt
page.10.variables.content < styles.content.get
page.10.variables.content.select.where = colPos=1
kannst du auch
page.10.variables.content < styles.content.getLeft
nutzen.
Viele Grüße
--
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Documentation – linkvalidator
TYPO3 .... inspiring people to share!
More information about the TYPO3-german
mailing list