[Typo3] Wrap a content with a whole table
JoH
info at cybercraft.de
Fri Feb 25 19:59:46 CET 2005
> 3rd: sadöalkäödsfk
> subparts.CONTENT_RIGHT < styles.content.getRight
> subparts.CONTENT_RIGHT.stdWrap.dataWrap = <some html> | <some html>
> subparts.CONTENT_RIGHT.stdWrap.stdWrap.insertData = 1
Sorry - but this is not what dataWrap is meant to be used for (Have a look
at TSref stdWrap and you'll see what I mean)
A better way to do something similar could be
subparts.CONTENT_RIGHT = COA
subparts.CONTENT_RIGHT {
wrap = <some html> | <some html>
10 < styles.content.getRight
}
This has the additional advantage that you can add things before or after
styles.content.getRight but inside the same HTML-wrap easily and you can use
almost any stdWrap property and handle the whole COA with it.
Joey
More information about the TYPO3-english
mailing list