I've seen better implementations (i.e. when you have 20 tags, your
suggested one won't look good anymore), but the idea to add
possibility to select from existing tags is good. Could you try to
write the code?
And I can also suggest you very easy but working implementation:
Insert a combobox with choices + js in the help_text of that model
field, or when making an admin form from model.
Sorry, don't know anything about your django skill...
--
Best regards, Yuri V. Baburov, ICQ# 99934676, Skype: yuri.baburov,
MSN: bu...@live.com
I think http://loopj.com/2009/04/25/jquery-plugin-tokenizing-autocomplete-text-entry/
(facebook style) is very good;
Screenshot from http://code.google.com/p/django-tagging-autocomplete/ is ok.
I searched for http://www.google.com/search?hl=en&q=django+tagging+autocomplete
in attempt to minimize the amount of future work.
I think that better implementation would be something like Delicious input field
for tags: when you start entering characters, it displays drop-down with tags,
whose name starts with those characters.
--
Alexander
AFAIK, http://code.google.com/p/django-tagging-autocomplete/ does exactly this.
Please look at screenshots from the links in my previous message.
--
This seems like a perfect match. I'm waiting for your patch! :)
--
Alexander
So I've pushed changes to repository and autocompleter works. But it
seems that it needs
some styling... I have no time to look at it right now, but will try
to do that in next few days.
Or if someone will come up with patches, I'll be happy. ;-)
--
Alexander
> Hi all,
> there's no need to add new styles, just copy manually
> jquery.autocomplete.css (from jquery folder) to static/js/ folder.
Yeah, thanks, I've already done that.
--
Alexander