I suggest Repeater.

Tracy

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of timgerr
Sent: Wednesday, July 16, 2008 1:13 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Would like to create a dynamic form

 

Hello all,
I was wondering how to create a dynamic form using Action Script in
Flex. Here is the Flex code:
<mx:Form>
<mx:FormItem label="Test">
<mx:TextInput id="New"/>
</mx:FormItem>
</mx:Form>

I know how to declare the form:
var fm:Form = new Form();
but I am not sure how to add all the other stuff to it. 

Thanks for the help or read,

timgerr

 

Reply via email to