[TYPO3-templavoila] howto use the templatemappings in own ext.?

Andreas Jonderko anj2j at yahoo.de
Tue Feb 6 12:47:32 CET 2007


Hi!

Thanks for the tips.
This one is clear

 > 10 = TEXT
 > 10.current = 1
 > 10.dataWrap =<h1 id="{register:tx_templavoila_pi1.parentRec.uid}">|</h1>

But is it possible to not manipulate the datastructure?

How to manipulate it globaly? So maybe i could make all TV FCEs
like this:

<div id="fce-uid-4">
	<h1 class="field_title">title</h1>
	<p class="field_content content">the very long content</p>
	... and so on...
</div>

so, i would like to give the root element the id from the content 
element with a prefix, because its a unique el, and the inner elements 
should get (or add) the same class name like their field names, so you 
can reach the target via DOM, to every time. (also after a rendering 
process). This is my big problem ... :/

best regards,
aNj


More information about the TYPO3-project-templavoila mailing list