Re: AJAXWidgetComboBox in admin?

2006-08-31 Thread zenx
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-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED]

Re: AJAXWidgetComboBox in admin?

2006-08-30 Thread Matthew Flanagan
Hi, I've updated the tutorial and code for the AJAX Select widget [1] . This code is extracted from a larger project so hopefully I've got everything there. Let me know if you are missing anything. regards matthew [1] http://code.djangoproject.com/wiki/AJAXWidgetComboBox On 30/08/06, zenx

Re: AJAXWidgetComboBox in admin?

2006-08-30 Thread zenx
Thanks Matthew!!! I'm anxious to look at the code :D --~--~-~--~~~---~--~~ 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

Re: AJAXWidgetComboBox in admin?

2006-08-29 Thread Matthew Flanagan
Hi, I have a large revamp of this code that i've been meaning to upload to the wiki for a while. I'll try to do it today or tomorrow. The new code uses the newer dojo Select widget (which I wrote incidentally :). I've also written a templatetag to make it easier to use the widget in your

Re: AJAXWidgetComboBox in admin?

2006-08-29 Thread Chris Long
Nothing right now. Currently the admin interface doesn't use any AJAX, but it has been under discussion for a while to implement it. If you did wish to use it, you could probably modify the admin interface fairly easily to implement it (w/o changing the actual django.contrib.admin) package.

AJAXWidgetComboBox in admin?

2006-08-29 Thread zenx
Just wanted to know if there are any implementations of the AJAXWidgetComboBox for the ForeignKey relationship inputs in the admin forms (instead of using raw_id_admin=True) http://code.djangoproject.com/wiki/AJAXWidgetComboBox Thank you! --~--~-~--~~~---~--~~