[TYPO3-UG Dutch] removeWrapping afhankelijk van colPos
Fabian
flachman at wizzbit.nl
Fri Jan 7 19:59:00 CET 2011
Hallo Muriel,
Dingen op basis van een colPos of ander veld doen doe ik meestal via een
CASE.
Ongeveer zoiets:
lib.normalContent < tt_content.text.20
lib.rightContent < tt_content.text.20
lib.rightContent.stdWrap.outerWrap = <div class="toggle">|</div>
tt_content.text.20 >
tt_content.text.20 = CASE
tt_content.text.20 {
key = colPos
default < lib.normalContent
0 < lib.normalContent
2 < lib.rightContent
}
Met vriendelijke groet,
Fabian
On 12/10/10 3:07 PM, Muriel le Pair wrote:
> Enig idee hoe ik de <p> tag die de RTE editor standaard aanmaakt kan
> verwijderen voor een bepaalde colPos.
More information about the TYPO3-UG-Dutch
mailing list