TextArea中回车换行的处理
instanceObject.addEventListener("enter",function():void{// NOTE: Validation logic would go here.});protected function ss_inputHander(event:TextEvent):void{if(event.text == "\n"){event.preventDefault(); }}