Hey,

I'm not sure but you should definately have an eye on BindigUtils.

Adnan a écrit :
>
> Hello,
>
> How can I represent the following validator in action script;
>
> <mx:Validator
> required="true"
> source="{myText}"
> />
> <s:TextInput id="myText" />
>
> I am starting with this;
>
> var textInput:TextInput = new TextInput();
> textInput.id = "myText";
>
> var val:Validator = new Validator();
> val.source = ;// problem how to define it to be bindable ?
> val.required = true;
>
> Any ideas?
>
> 



------------------------------------

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Alternative FAQ location: 
https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 
Groups Links

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

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    flexcoders-dig...@yahoogroups.com 
    flexcoders-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    flexcoders-unsubscr...@yahoogroups.com

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

Reply via email to