I'm having trouble getting the RTE to work in my extension's flexform

Here is the xml for it


<rte>
        <TCEforms>
                
<label>LLL:EXT:boxedcontent/pi1/locallang_flexform.xml:root.rte</label>
                <config>
                        <type>text</type>
                        <rows>5</rows>
                        <cols>48</cols>
                        <wrap>virtual</wrap>
                        <defaultExtras>richtext[*]</defaultExtras>
                </config>
        </TCEforms>
</rte>

All I see is an empty textarea, no RTE. I also tried adding the bodytext
field to the extension in ext_tables.php with
$TCA['tt_content']['types']['list']['subtypes_addlist'][$_EXTKEY.'_pi1']='pi_flexform,
bodytext';

but all I see of that is a textarea. Why can't it become an rte?

-----
-- 
Stephen Bungert
-- 
View this message in context: 
http://www.nabble.com/RTE-in-an-extension.-tp20599907p20599907.html
Sent from the TYPO3 English mailing list archive at Nabble.com.

_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to