It works. Thank you very much for help.

"Michael Miousse" <[email protected]> wrote in message 
news:[email protected]...
> Le Tue, 28 Jul 2009 14:12:16 +0200, Pero Matic a écrit :
>
>> Hi. I'm getting one of my TEXT contents like this:
>>
>>   10 = COA
>>   10.10 < styles.content.get
>>   10.10.select.begin = 0
>>   10.10.select.where = colPos=0
>>
>> How can I wrap header or text for that particular content? I know how to
>> wrap it globaly -
>>
>> tt_content.text.20.dataWrap = <something">|</something>
>>
>> but i'm not sure how to do it only for that content?
>>
>> Thx!
>
> this should do the trick
>
> # Default PAGE object:
> page = PAGE
> page{
>  10 = COA
>  10.10 < styles.content.get
>  10.10.select.begin = 0
>  10.10.select.where = colPos=0
>  10.10.renderObj.text.20.dataWrap = <somethingtest>|</somethingtest>
> }
>
> regards
>
> Miousse 


_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to