[Typo3-dev] RTE in flexform

Jan-Erik Revsbech jer at moccompany.com
Tue Nov 23 10:44:20 CET 2004


This one works for me. But you need this additional line in you TS template:

lib.tt_content < tt_content

***************************

<field_text type="array">
   <tx_templavoila type="array">
   <title>Tekst</title>
   <description>Map to the text</description>
   <sample_data type="array">
     <numIndex index="0">Det her er den tekst der skal stå og som A11 selv 
skal skrive.</numIndex>
   </sample_data>
   <eType>input</eType>
   <proc type="array">
      <HSC type="integer">0</HSC>
   </proc>
   <TypoScript>
<![CDATA[
20 < lib.tt_content.text.20
20  {
   field >
   current = 1
}
]]>
  </TypoScript>
</tx_templavoila>
<TCEforms type="array">
 <config type="array">
  <type>text</type>
   <cols>48</cols>
   <rows>5</rows>
  </config>
  <label>Tekst</label>
  <defaultExtras>richtext[*]:rte_transform[mode=ts_css]</defaultExtras>
 </TCEforms>
</field_text>
********************************************************************


----- Original Message ----- 
From: "Christian Jul Jensen" <christian at jul.net>
Newsgroups: typo3.dev
To: <typo3-dev at lists.netfielders.de>
Sent: Tuesday, November 23, 2004 10:20 AM
Subject: [Typo3-dev] RTE in flexform


> Hey
>
> Does anybody have a xml config of TCE that enables RTE in a flexform?
> or know where I can snatch it from.
>
> thanks
>
> --
> - julle
> _______________________________________________
> Typo3-dev mailing list
> Typo3-dev at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev
> 





More information about the TYPO3-dev mailing list