On 5/10/06, Bryan <[EMAIL PROTECTED]> wrote: > > I understand that this is not a priority for Django, but I would like > to know if anyone is working on Ajax support in Django. I read through > the proposals and was wondering if I could do anything to help with one > of the layers (preferably with the view, because I'm sure that needs > the most work). > > I am close to finishing up my Dojo code and need to do this anyways to > get Ajax (really Ajaj -- j for JSON) working with Django. If I am > going to do this, I might as well contribute somehow. > > So, please, let me know if any work is currently in the works so that I > don't have to try to reinvent anything. > > p.s. sorry if this is a duplicate post, but google is requesting that I > resubmit. (i've never used this system before). > > Bryan >
I've written an AJAX ( or AJAJ :) replacement for the <select> fields in forms. It is based on dojo's combobox widget with a little tweaking to work in django forms and skinning to look nice with the default django look and feel. I've just written up a wiki page on it now at http://code.djangoproject.com/wiki/AJAXWidgetComboBox regards matthew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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/django-developers -~----------~----~----~----~------~----~------~--~---
