[TYPO3-german] Flexform -> text -> rte - mir ist noch aufgefallen

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


Hi
Mir ist grade aufgefallen das egal ob es ein RTE-Feld ist oder nicht es 
ist Pflicht.
Und jetzt wird es komisch. Auch wenn ich Text in das Feld eingebe und
speichern will kommt ein alert mit Standard Fehlermeldung das ein Feld 
nicht ausgefüllt ist???

Dadurch dachte ich ob es sein kann das er gar nicht ein einzelnes 
Flexform-Feld meint sondern das gesamte tt_content-Feld
wo die Flexform mit allen Felder drin gespeichert wird?
Aber auch nach setzen von 'exclude' => 1, ändert sich nix?

Gruß Niels


> 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
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german
>
>   



More information about the TYPO3-german mailing list