[TYPO3-templavoila] <proc> for the whole FCE

Sebastian Michaelsen sebastian.gebhard at gmail.com
Thu Feb 24 15:44:15 CET 2011


Hey Ron,

simplified it is like this: I have a teaser fce for which the editor can 
choose 1 out of 4 styles (color schemes). I want to wrap the fce into a 
div which holds a class corresponding to the chosen style.

e.g.:
<div class="teaser teaser-red">
   <h2>Title</h2>
   <p>Content</p>
</div>

"teaser-red" would be exchanged depending on th chosen style.

Kind regards and thanks in advance,
Sebastian

Am 24.02.2011 15:28, schrieb Ron Hall:
> Hi Sebastian
>
> What exactly is it you want to do (i.e. what kind of processing)? What you need to do will lead to the best solutions of how to do it.
>
> Thanks,
> Ron Hall
>
>
>
>
>
>
>
> On Feb 24, 2011, at 5:53 AM, Sebastian Michaelsen wrote:
>
>> Hi,
>>
>> in my Datastructure i'd like to define some additional precessing for a whole FCE.
>>
>> There's the<proc>-Tag which you can use inside<el><[fieldname]><tx_templavoila>  to process single elements, but from the manual I don't really understand if I can use it on another level aswell.
>>
>> I tried
>>
>> <T3DataStructure><proc>
>> <T3DataStructure><ROOT><proc>
>> <T3DataStructure><ROOT><tx_templavoila><proc>
>> <T3DataStructure><ROOT><el><proc>
>>
>> but the processing is never executed.
>>
>> Is it possible at all to process the whole FCE?
>>
>> Kind regards,
>> Sebastian
>> _______________________________________________
>> TYPO3-project-templavoila mailing list
>> TYPO3-project-templavoila at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-templavoila
>>
>



More information about the TYPO3-project-templavoila mailing list