On Wednesday, September 08, 2010 14:41:16 NiL wrote:
> hi all,
> 
> I wish to create a reasonnably complex form with the following
> features:
> 
> a RadioButton, a SingleSelect, a CheckBox
> 
> at first only the RadioButton would accessible, the other widgets
> should stay grayed or insivible.
> 
> once a choice is made on the first widget, I need to populate
> (asynchronously) the options of the SingleSelect.
> 
> then once a select is choosen, populate (ajax) the last widget.
> 
> A sort of wizard form.
> 
> Is there any good example of achieving this ?
> should I stay with tw.forms ?

I presume if anything, it's tw.dynforms you are looking for. If they don't 
come with something out of the box, you can of course use tw.forms to render 
the actual forms, and add tw.jquery to the mix for the dynamic parts.

Diez

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en.

Reply via email to