[TYPO3-templavoila] stdWrap section/container
Justus Braun
bplaque at gmx.de
Mon Feb 7 19:38:26 CET 2011
> You can use special register. See the manual for how to use it.
You are talking about these registers?
tx_templavoila_pi1.sectionPos
tx_templavoila_pi1.sectionCount
tx_templavoila_pi1.sectionIsFirstItem
tx_templavoila_pi1.sectionIsLastItem
-> They can be used in typoscript of other elements inside a section, but
i cannot "wrap" the section this way.
Workaround:
1st Element inside of the section: (dataWrap = <div
class="myclass_{field:myfield}">|)
last Element inside of the section: (wrap = |</div>)
It's not elegant, but works in my case.
Thanks!
Justus
More information about the TYPO3-project-templavoila
mailing list