instanceObject.addEventListener("enter",function():void{
// NOTE: Validation logic would go here.
});
protected function ss_inputHander(event:TextEvent):void{
if(event.text == "\n"){
event.preventDefault();
}
}
instanceObject.addEventListener("enter",function():void{
// NOTE: Validation logic would go here.
});
protected function ss_inputHander(event:TextEvent):void{
if(event.text == "\n"){
event.preventDefault();
}
}