[TYPO3-templavoila] displaying Header of content element in FCE + wrap each individual RECORD

Marco Malagoli marco at gasser-gasser.ch
Thu Jan 14 12:07:32 CET 2010


Le 13.01.2010 15:51, manolobimbo a écrit :
> Hi,
>
> I made an FCE with 2 "colums" of type "content element" ans i'd like to
> wrap each item contained in each of these with differents <div>
> This problem seems to have been already discussed
> (http://old.nabble.com/-TYPO3-english--Wrap-only-particular-content-elements-in-a-Templavoila-mapping--td23190867.html)
> but i haven't undestand...
>
> Additionaly , i'd like to display the header of these content element.
> I've tried this technique
> <TypoScript>
> 10 = TEXT
> 10.data = register:tx_templavoila_pi1.parentRec.header
> 10.wrap = <h3 class="header"> |</h3>
> </TypoScript>
> but it didn't work...
>
> Any help would be appreciated.
>
> Regards
> Manolo
>
>

Hi,

I use the following code:

plugin.tx_templavoila_pi1 >
plugin.tx_templavoila_pi1 = COA
plugin.tx_templavoila_pi1 {
   10 = < lib.stdheader
   20 = USER
   20.userFunc = tx_templavoila_pi1->main
}

Regards

Marco




More information about the TYPO3-project-templavoila mailing list