[TYPO3] FlexForms insert record

Michael Paffrath michael.paffrath at gmail.com
Tue Feb 20 15:45:31 CET 2007


hi folks,

i´m trying to build a plugin where the user can choose a category for
an entry (similar to tt_news -> categories).
i build a flexform for the backend, which is supposed to let me choose
the records.

this is how my ds looks:
<categories>
       <TCEforms>
         <exclude>1</exclude>
               <label>Kategorien</label>
               <config>
     <type>group</type>
     <internal_type>db</internal_type>
     <allowed>records</allowed>
     <size>6</size>
     <maxitems>99</maxitems>
     <minitems>0</minitems>
     <show_thumbs>0</show_thumbs>
               </config>
       </TCEforms>
</categories>

the problem is that no records are offered for insertion.
in ext_tables.php i did set the corresponding addToInsertRecords .

does anybody have a clue why there are no records offered?
or does anybody have an idea how to achieve this?

regards,
michael


More information about the TYPO3-english mailing list