[TYPO3-dev] FLEXFORM in RTE

Steffen Kamper info at sk-typo3.de
Thu Apr 30 12:18:50 CEST 2009


Hi,

your content is HSC'ed (HtmlSpecialChars)

if in TV, ensure you have
<proc>
    <HSC>0</HSC>
</proc>

vg Steffen

Laurent Albertini schrieb:
> 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