hi,
The following code is mxml,
<mx:TextInput id="txt" change="changeEvent();"/>
The following code is script,
private function changeEvent():void
{
Alert.show("Event Changed");
}
regards,
Srinivas.
On Wed, Jan 21, 2009 at 5:40 PM, denimabhishek <[email protected]>wrote:
>
> Can u give any code for use of change or dataChange or enter events of
> TextInput.
>
>
>
>
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---