[TYPO3-english] Content text wrap
Pero Matic
takoje at takoje.hr
Wed Jul 29 10:43:57 CEST 2009
"Pero Matic" <takoje at takoje.hr> wrote in message
news:mailman.1.1248855952.6883.typo3-english at lists.netfielders.de...
>
> "Michael Miousse" <mmiousse at infoglobe.ca> wrote in message
> news:mailman.1.1248786702.31556.typo3-english at lists.netfielders.de...
>> 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>
>> }
>
> One more thing.. This is working fine with ordinary text element:
>
> 10.10.renderObj.text.20.dataWrap = <somethingtest>|</somethingtest>
>
> How to make it work with Text w/Image? Thx!
This solved my problem:
10.10.renderObj.textpic.20.stdWrap.dataWrap =
<somethingtest>|</somethingtest>
More information about the TYPO3-english
mailing list