[TYPO3-core] RFC: #5835: Make clear.gif configurable
Georg Ringer
news at ringerge.org
Tue Nov 18 09:08:41 CET 2008
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
More information about the TYPO3-team-core
mailing list