Hi Tyrion,

Multicomplete have no add item button with popup.
This is usually the hardest thing to implement with such control,
because it's rendered *after* the control.

Was it that hard to subclass widgets as Admin*AutocompleteWidget and
add required css media from jquery.ui to them?

Lots of other features are missing, that can be found in mature implementations:
add new item with permission checking (
http://code.google.com/p/django-ajax-selects/ ),
field dependencies (http://github.com/digi604/django-smart-selects is
the best here),
custom querysets & concept of autocomplete channels (
http://code.google.com/p/django-ajax-selects/ or mine
http://github.com/buriy/django-extrafields/tree/master/extrafields/autocomplete/
) ,
queryset caching & setting autocomplete properties (
http://code.google.com/p/django-autocomplete ).

On Fri, Oct 1, 2010 at 5:45 AM, tyrion-mx <tyrion...@gmail.com> wrote:
> I've tried implementing Autocomplete for the admin using jQuery (new)
> Autocomplete,
> here's the code: http://bitbucket.org/tyrion/django
> and here's a live demo (without css for the autocomplete, so it looks
> kinda ugly): http://djangoac.tyrion.mx/admin/ login with test/test.
>
> Let me know what you think about it.

-- 
Best regards, Yuri V. Baburov, ICQ# 99934676, Skype: yuri.baburov,
MSN: bu...@live.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to