9/9/2010 3:06:45 AM
Title:
how to updated textarea's text at tab2 on clicking button at tab1 using actionscript
how to updated textarea's text at tab2 on clicking button at tab1 using actionscript?
I am using s:NavigatorContent.
9/9/2010 5:11:57 AM
its quite simple , you can add a listener to button and give a id to the textArea in which you want to update text.
Now inside click listener of the button use the id say "myTextId" to update the text like this
myTextId.text="Changed text"