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!

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an