[TYPO3-dev] Flexform eval with range

Georg Ringer mail-spam at ringerge.org
Sat Jun 30 11:16:21 CEST 2007


solved it with

<config>
   <type>input</type>
   <size>3</size>
   <eval>int</eval>
   <range>
     <lower>1000</lower>
     <upper>30000</upper>
   </range>
</config>

and related http://bugs.typo3.org/view.php?id=5876

georg




More information about the TYPO3-dev mailing list