[TYPO3-UG Quebec] Rép. : fce +liens

Yannick Pavard yannick.pavard at au-quebec.info
Thu Jul 27 15:18:39 CEST 2006


Merci Kevin,

Je pense que cette information devrait servir à d'autres personnes

A+

Le jeudi 27 juillet 2006 07:22, Kevin Belanger a écrit :
> J'ai trouvé la solution !!
>
> dans le XML de mon FCE il y avait un bout de code typoscript à ajouter pour
> que la transformation des liens se fasse...
>
> Voici le code avant...
>
> <T3DataStructure>
>     <meta type="array">
>         <langChildren type="integer">1</langChildren>
>         <langDisable type="integer">1</langDisable>
>     </meta>
>     <ROOT type="array">
>         <tx_templavoila type="array">
>             <title>ROOT</title>
>             <description>Select the HTML element on the page which you want
> to be the overall container element for the template.</description>
> </tx_templavoila>
>         <type>array</type>
>         <el type="array">
>             <contenu type="array">
>                 <tx_templavoila type="array">
>                     <title>Contenu</title>
>                     <sample_data type="array">
>                         <numIndex index="0"></numIndex>
>                     </sample_data>
>                     <eType>text</eType>
>                     <proc type="array">
>                         <HSC type="integer">0</HSC>
>                     </proc>
>                 </tx_templavoila>
>                 <TCEforms type="array">
>                     <config type="array">
>                         <type>text</type>
>                         <cols>48</cols>
>                         <rows>5</rows>
>                     </config>
>                     <label>Contenu</label>
>                    
> <defaultExtras>richtext[*]:rte_transform[mode=ts_css]</defaultExtras>
> </TCEforms>
>             </contenu>
>         </el>
>     </ROOT>
> </T3DataStructure>
>
> et voici le code après
>
> <T3DataStructure>
>     <meta type="array">
>         <langChildren type="integer">1</langChildren>
>         <langDisable type="integer">1</langDisable>
>     </meta>
>     <ROOT type="array">
>         <tx_templavoila type="array">
>             <title>ROOT</title>
>             <description>Select the HTML element on the page which you want
> to be the overall container element for the template.</description>
> </tx_templavoila>
>         <type>array</type>
>         <el type="array">
>             <contenu type="array">
>                 <tx_templavoila type="array">
>                     <title>Contenu</title>
>                     <sample_data type="array">
>                         <numIndex index="0"></numIndex>
>                     </sample_data>
>                     <eType>text</eType>
>                     <TypoScript>
>                          <![CDATA[
>                              10 = TEXT
>                              10.current = 1
>                              10.parseFunc = < lib.parseFunc_RTE
>                           ]]>
>                     </TypoScript>
>                     <proc type="array">
>                         <HSC type="integer">0</HSC>
>                     </proc>
>                 </tx_templavoila>
>                 <TCEforms type="array">
>                     <config type="array">
>                         <type>text</type>
>                         <cols>48</cols>
>                         <rows>5</rows>
>                     </config>
>                     <label>Contenu</label>
>                    
> <defaultExtras>richtext[*]:rte_transform[mode=ts_css]</defaultExtras>
> </TCEforms>
>             </contenu>
>         </el>
>     </ROOT>
> </T3DataStructure>
>
> Kévin Bélanger
> Technicien en informatique
> La Financière Agricole du Québec
> 838-5614 Poste 6197
>
> Kévin Bélanger
> Technicien en informatique
> La Financière Agricole du Québec
> 838-5614 Poste 6197
> _______________________________________________
> TYPO3-UG-quebec mailing list
> TYPO3-UG-quebec at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-quebec



More information about the TYPO3-UG-quebec mailing list