On Feb 25, 11:18 am, "Szabo, Patrick \(LNG-VIE\)" <patrick.sz...@lexisnexis.at> wrote: > Hi, > > I was trying to get "An AJAX Select Widget for Django" > (http://code.djangoproject.com/wiki/AJAXWidgetComboBox) running but i > found out that it doesn't work with newer versions of django (correct me > if I'm wrong.) > > Is there an alternative or a way to make it work with the newest version > ?!
If you're using jQuery, you could take a look at the combobox example on the jQueryUI autocomplete page. http://jqueryui.com/demos/autocomplete/#combobox They use the autocomplete widget from jQueryUI and create a basic combobox. The good thing is that the code is all right there and quite easy to understand. So, if it doesn't do EXACTLY what you want, you can modify it. There seems to be no real consensus on how the combobox should work so there are many incompatible versions out there. Try using the jQuery one as a starting point and make what you want. Just my $0.02 ---- Marc DM DjangoMuser -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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.