Mega Code Archive
Categories
/
Flex
/
Components
On value commit in a TextArea, display value by reference its id
import mx.controls.Alert; public function showMsg(msg:String):void { Alert.show(msg); }