It would be nice if there were.  I haven't found anything like that 
in Flex 1.5, so I use a loop.

  for (var tagname in myModel) {
     Validator.disable(this, "myModel." + tagname);
  }

Maybe someone else knows of a better way to accomplish this.


Doug


--- In [email protected], "maxgsilverscape" <[EMAIL PROTECTED]> 
wrote:
>
> Hi friends,
> 
> Is there a method similar to isStructureValid that does the same 
thing 
> as mx.Validators.Validator.disable but on all fields in a 
> Model/Structure?
> 
> Thanks!
> 
> -Max
>






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to