[TYPO3-core] RFC: #5835: Make clear.gif configurable

Steffen Kamper info at sk-typo3.de
Tue Nov 18 10:23:37 CET 2008


Hi,

Georg Ringer schrieb:
> Hi,
> 
> why not just use a TS like this
> 
> tt_content.stdWrap.preCObject = TEXT
> tt_content.stdWrap.preCObject {
>     value = <div class="spacer" 
> style="height:{field:spaceBefore}px;"></div>
>     insertData = 1
>     if.isTrue.field = spaceBefore
> }
> 
> tt_content.stdWrap.postCObject = TEXT
> tt_content.stdWrap.postCObject {
>     value = <div class="spacer" style="height:{field:spaceAfter}px;"></div>
>     insertData = 1
>     if.isTrue.field = spaceAfter
> }
> 
> Georg

good catch, but then the tt_content.stdWrap.preCObject and 
tt_content.stdWrap.postCObject are _blocked_ and can't be used in other 
context.

vg Steffen


More information about the TYPO3-team-core mailing list