[TYPO3-german] Flexform -> text -> rte

Niels Tiedt nt at typo3-coder.org
Wed Jul 22 12:32:14 CEST 2009


Hi Liste
Ich habe eine Flexform die z.b. ein Textfeld mit RTE anzeigen soll. Was 
auch geht.
<text>
    <TCEforms>
        
<label>LLL:EXT:t3c_rollovergroup/locallang_db.xml:tt_content.tx_t3crollovergroup_text</label>
        <config>
            <type>text</type>
            <size>48</size>
      <rows>10</rows>
        </config>
        
<defaultExtras>richtext[*]:rte_transform[mode=ts_css]</defaultExtras>
    </TCEforms>
</text>

Eingebunden wird sie folgendermassen
$tempColumns = array (
    'tx_t3crollovergroup_flexform' => array (       
        'exclude' => 0,       
        'label' => 
'LLL:EXT:t3c_rollovergroup/locallang_db.xml:tt_content.tx_t3crollovergroup_flexform',    
   
        'config' => array (
            'type' => 'flex',
            'ds' => array (
                'default' => 
'FILE:EXT:t3c_rollovergroup/flexform_ds_pi1.xml',
            ),
        )
    ),
);

t3lib_div::loadTCA('tt_content');
$TCA['tt_content']['types'][$_EXTKEY . '_pi1']['showitem'] = 
'CType;;4;button;1-1-1, header;;3;;2-2-2, 
tx_t3crollovergroup_flexform;;;;1-1-1';

Allerdings hab ich das Problem das er das Textfeld mit dem RTE immer als 
Pflichtfeld ansieht.
Woran liegt das und wie kann ich das ändern.

Danke und Gruß
Niels


More information about the TYPO3-german mailing list