Yes, select box 1 presents a list of choices. Based on the selected choice, a select box 2 shows up. Select box 2's choices are foreign keys of the choice the user selected in select box 1. This process needs to loop until the user is done. So the user could run through select box 1 --> select box 2 . select box 1 --> select box 2. select box 1 --> select box 2. Done. The choices selected would need to be remembered.
I see form wizard, generic views, extra context, and context processors, but I'm not sure how best to proceed. Thanks! On Apr 2, 2:33 am, Thierry Chich <thierry.ch...@gmail.com> wrote: > If your selectbox are corresponding to foreignkey in yours models, it > coult be very simple. It could be a sucession of urls , generic views > and simple templates. > > Other thing: there is a lot of jquery plugins that don't need Ajax to > work. Lot of them could use elements already in the DOM. For instance, > i use the powerfull plugin datatables in order to have sortable, > paginable, themable and filterable tables. I never have to use Ajax > for that. I just to put some configurations, give an id to my table, > and it's enough. > > Thierry > > Le 2 avr. 2010 à 07:22, Daniel <unagimiy...@gmail.com> a écrit : > > > Hi, > > > I'm basically trying to implement a series of chained select boxes, > > i.e. If you select a vehicle = car, then it'll popup another select > > box of brands. Select Honda and then it'll pop up another select box > > of prices, for example. > > > The thing is, these select boxes should be populated dynamically from > > a database. > > > Would my best option to be to use jquery, which I understand would > > automatically mean I'm using javascript + ajax? Or would it be easier > > to somehow do this without javascript? > > > I'm a bit unclear as to what complexity filling in the select boxes > > from the database introduces into this. If I could hard code the > > chained select boxes, then I could use javascript all the way. But I > > think that using ajax, I can fetch the next select box's data from the > > server, right? > > > I'm going for the easiest possible way, rather than giving the best > > user experience b/c I'm new to django. > > > Thank you > > > -- > > You received this message because you are subscribed to the Google > > Groups "Django users" group. > > To post to this group, send email to django-us...@googlegroups.com. > > To unsubscribe from this group, send email to > > django-users+unsubscr...@googlegroups.com > > . > > For more options, visit this group > > athttp://groups.google.com/group/django-users?hl=en > > . -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.