RE: [flexcoders] Flex 1.5 :: Disabling multiple validators of a Model

2006-05-31 Thread Pablo Apanasionek
L PROTECTED] En nombre de Tom Chiverton Enviado el: Miércoles, 31 de Mayo de 2006 12:36 Para: flexcoders@yahoogroups.com Asunto: Re: [flexcoders] Flex 1.5 :: Disabling multiple validators of a Model Can you do enabled="{modelLocator.doVal}"/> enabled="{modelLocator.doVal}"

Re: [flexcoders] Flex 1.5 :: Disabling multiple validators of a Model

2006-05-31 Thread Tom Chiverton
Can you do and then just set modelLocator.doVal to true/false in your actionscript ? -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wal

[flexcoders] Flex 1.5 :: Disabling multiple validators of a Model

2006-05-31 Thread Pablo Apanasionek
Fellows Coders,   how can I enable/disable a set of validators of a Model without doing it individually for each of one?   E.g.   {oneText.text} {twoText.text}     In some function:   mx.validators.Validator.enable(this, 'ModelTest.oneProp'); mx.validators.Validator.enable(this, 'Mod