2009-12-26 4 views

Répondre

1

code suivant peut être utile à quelqu'un qui veut valider une liste comme je voulais:

<mx:NumberValidator 
     id    ="myListValidator" 
     trigger   ="{myButton}" 
     triggerEvent  ="click" 
     minValue   ="0" 
     lowerThanMinError="Should I write an application to you for selecting atleast one of the option X-(" 
     source   ="{myList}" 
     property   ="selectedIndex" 
/> 
Questions connexes