Hi Richie, I've had a similar problem in the past, select widget appearing based on the input of radio boxes, and I ended up writing my own deform widgets. It not to hard to do, if you want I can send you a copy of one of my widgets. All I did was copy the standard widget and add a few lines of js.
RJ On 2011-06-22, at 4:28 PM, Richie Ward wrote: > I have a SelectWidget (dropdown list) which has a few items in it. > > When a user clicks an item from that list, I need to load up related > items in a second SelectWidget below it. > This could be done with Ajax or other means. > > I looked through the demo site and I was surprised to find no example > of this (Unless I somehow missed it?) > http://deformdemo.repoze.org > > Seems like a fairly obvious feature, how do I implement this with deform? > Hope I don't have to dig too much into creating my own custom widgets. > > -- > Thanks, Richie Ward > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" 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/pylons-discuss?hl=en. > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
