Re: [flexcoders] Clear a form fast

2010-06-18 Thread Brendan Meutzner
I believe I've seen a component on the Flex Exchange on Adobe's website for
this...




On Fri, Jun 18, 2010 at 9:20 AM, Wally Kolcz wko...@isavepets.com wrote:



 Any way to clear/reset a mx:Form easily other than manually setting
 all the text to ?

  



RE: [flexcoders] Clear a form fast

2010-06-18 Thread Battershall, Jeff
If you've gone to the trouble of binding your form inputs to some bindable 
model object in mxml you can 'reset' the model object (myModel = new 
MyModelObject()) and that should return the model (and your form) to its 
defaults.


From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of Brendan Meutzner
Sent: Friday, June 18, 2010 10:29 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Clear a form fast



I believe I've seen a component on the Flex Exchange on Adobe's website for 
this...



On Fri, Jun 18, 2010 at 9:20 AM, Wally Kolcz 
wko...@isavepets.commailto:wko...@isavepets.com wrote:


Any way to clear/reset a mx:Form easily other than manually setting
all the text to ?