RE: [flexcoders] Passing value to textarea which I am calling as a popupwindow

2005-10-03 Thread Tracy Spratt
http://www.cflex.net/showfiledetails.cfm?ObjectID=197 Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sandip_patil01 Sent: Monday, October 03, 2005 10:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Passing value to textarea

RE: [flexcoders] Passing value to textarea which I am calling as a popupwindow

2005-10-03 Thread Kelly Roman
You can do this two ways. I will show you both at once because I hate typing. In your nda.mxml create a variable to store a reference to the popup window with the two text fields. Example: var myPopupWindow; function myPopupCreatorFunction() { var initObj = new Object();