[TYPO3-dev] Flexform select list - editing?
B.Wolf
bw at shs-it.de
Tue Nov 17 16:11:14 CET 2009
Hi Peter,
thx for your fast answer.
You are right, it was maxitems = 0. I thought 0 is unlimited, because it
was possible to select multiple items when creating a new plugin...
Greets, ben
Peter Klein schrieb:
> Hi Ben.
>
> Maybe because you have set maxitems to 0?
>
> --
> Peter Klein
>
> "B.Wolf" <bw at shs-it.de> wrote in message
> news:mailman.1.1258467618.20713.typo3-dev at lists.typo3.org...
>> Hi there,
>>
>> For a frontend plugin I want to use a flexform select list. Here's the
>> markup:
>>
>> <view_record>
>> <TCEforms>
>> <label>Staff members to show</label>
>> <config>
>> <type>select</type> <foreign_table>tx_mitarbeiter</foreign_table>
>> <multiple>0</multiple>
>> <size>3</size>
>> <maxitems>0</maxitems>
>> </config>
>> </TCEforms>
>> </view_record>
>>
>>
>> When I create a new plugin in the page module, the selectbox is alright:
>> I can select the records in the right list field and move them to the left
>> list field.
>> But when I save record and edit it again, I get just a simple selectBox,
>> with no option to delete or add items.
>> Why?
>>
>> Thanks a lot,
>> greets ben
>
>
More information about the TYPO3-dev
mailing list