[Typo3] <LINK> is not converted to <a> using FlexForms and htmlarea with css_styled_content

franz ripfel typo3 at abezet.de
Wed Mar 30 18:09:20 CEST 2005


Hi List,

this is the solution:
don´t forget the CDATA, otherwise you get an XML Parsing error.
Thank´s to Irene Höppner.

             <field_teasertext type="array">
                 <tx_templavoila type="array">
                     <title>Teasertext</title>
                     <description>teasertext</description>
                     <sample_data type="array">
                         <numIndex index="0">[...teasertext...]</numIndex>
                     </sample_data>
                     <eType>text</eType>
                     <tags>*:inner</tags>
                     <proc type="array">
                         <HSC type="integer">0</HSC>
                     </proc>
<TypoScript>
<![CDATA[
10 = TEXT
10.current = 1
10.parseFunc =< lib.parseFunc_RTE
]]>
</TypoScript>
                 </tx_templavoila>
                 <TCEforms type="array">
                     <config type="array">
                         <type>text</type>
                         <cols>48</cols>
                         <rows>5</rows>
                     </config>
                     <label>Teasertext</label>
                     <defaultExtras>richtext[*]:rte_transform[mode=ts_css]</defaultExtras>
                 </TCEforms>
             </field_teasertext>





More information about the TYPO3-english mailing list