[TYPO3] simple selector box in flexforms

Jochen Rieger j.rieger at connecta.ag
Fri Jan 20 12:50:49 CET 2006


Hi Georg,

I use it as follows:

<size>
   <TCEforms>
     <label>Size</label>
     <config>
       <type>select</type>
       <items>
         <numindex index="1">
           <numindex index="0">Your Label 01</numindex>
           <numindex index="1">your value 01</numindex>
         </numindex>
         <numindex index="2">
           <numindex index="0">Your Label 02</numindex>
           <numindex index="1">your value 02</numindex>
         </numindex>
         <numindex index="3">
           <numindex index="0">Your Label 03</numindex>
           <numindex index="1">your value 03</numindex>
         </numindex>
       </items>
       <size>20</size>
       <minitems>0</minitems>
       <maxitems>35</maxitems>
     </config>
   </TCEforms>
</size>

My values (the inner index="1") usually are integer values, but I think 
you can set it to whatever you want!

Regards,
Jochen

Georg Ringer schrieb:
> Hey,
> 
> how does the example of 
> http://typo3.org/documentation/document-library/doc_core_api/columns_fieldnam-5/ 
> looks like in flexforms because I have got problems with the converting of 
> the array in xml.

-- 
:: innovative it-strategies ::
::                          ::
:: www.connecta.ag          ::



More information about the TYPO3-english mailing list