Mega Code Archive
Categories
/
Flex
/
Components
Open event and change event for ComboBox
private function openEvt():void { forChange.text=""; } private function changeEvt(e:Event):void { forChange.text=e.currentTarget.value + " " + e.currentTarget.selectedIndex; }
AK
AL
AR