[TYPO3] Wrap content elemts as determined by content writer

Tyler Kraft headhunterxiii at yahoo.ca
Fri Sep 22 18:00:26 CEST 2006


So use a conditional in the template set up and hijack a field for all 
content items... like the frame field. And then just using typoscript in 
the page ts rename the options in the fields and you probably could even 
add more.

In theory this should work but I don't know if T3 does anything strange 
when you select different frames or not.




Lucas Birk wrote:
> Hello,
> 
> I have a small problem with content classes.
> I need to set a different background color, padding etc to different 
> content elements depending on what they are as determined by a human.
> In other words: If the content is an image of a cow make the background 
> of the div green. If it's a fish, make it blue.
> This decision should be determined by the person entering the content 
> via a selector box because, as far as I am aware, TYPO3 doesn't know the 
> difference between a cow and fish. They are both just images.
> I am stuck with this line of code: renderObj.stdWrap.wrap = <div 
> class="{$variable}">|</div>
> Is it possible to throw a "real" variable in there some how or is my 
> line of thinking wrong?
> Thanks,
> Lucas Birk.
> 
> 



More information about the TYPO3-english mailing list