[TYPO3-dev] FLEXFORM in RTE

Laurent Albertini lalbertini at cross-systems.com
Thu Apr 30 12:07:31 CEST 2009


Hi,

I would like to use RTE in a flexform.

Here is my config :

<firstExplain>
<TCEforms>
             <label>FirstExplain</label>
             <displayCond>FIELD:elementtype:=:POLLLONG</displayCond>
             <config>
                         <type>text</type>
                         <cols>30</cols>
                         <rows>5</rows>
             </config>
	    <defaultExtras>
              	richtext[*]:rte_transform[mode=ts_css]
             </defaultExtras>
             </TCEforms>
</firstExplain>


In the BE, editing my FEPLUGIN, all work fine ( i can make my text bold, 
ittalic ... )

But in FE, the displays is :

<strong>my text</strong> ( the html source is  : &lt;strong&gt;my 
text&lt;/strong&gt;

Any idea ?

I tried to use $this->pi_RTEcssText($mytextFromFlexForm);
But i have the same output.

Thanks for your help,


ps: Strangly, i have no problem to display RTE field from tca.php

Laurent




More information about the TYPO3-dev mailing list