acangiani / django-tagging

Automatically exported from code.google.com/p/django-tagging
Other
1 stars 0 forks source link

TagsField Idea #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Ivan Sagalaev's TagsField (http://softwaremaniacs.org/soft/tags/en/) uses a
little bit of JScript to yield Tag auto-complete.  Some form of
auto-complete might be handy to include in this tagging library.

Original issue reported on code.google.com by max.batt...@gmail.com on 19 May 2007 at 8:39

GoogleCodeExporter commented 9 years ago
This article about contenttype could help you:
http://feh.holsman.net/articles/2006/06/03/django-contenttype

The 'contenttype' is usefull for tagging, comments, rating/reviews, etc

Original comment by jonas....@googlemail.com on 18 Jun 2007 at 3:46

GoogleCodeExporter commented 9 years ago
I'm not sure contenttype adds anything to do with completion.

Anyway, yes, completion would be great here.
It should be possible to adapt
http://brandspankingnew.net/specials/ajax_autosuggest/ajax_autosuggest_autocompl
ete.html
, with possibly a limitation that completion will only work to the right.

Original comment by tobu...@gmail.com on 16 Oct 2007 at 10:31

GoogleCodeExporter commented 9 years ago
test

Original comment by jjhav...@gmail.com on 15 Aug 2008 at 5:23

GoogleCodeExporter commented 9 years ago
In case you are still interested I created a simple autocomplete input widget 
using jQuery: 
http://jannisleidel.com/2008/11/autocomplete-widget-for-django-tagging-form-fiel
ds/

Original comment by leidel on 6 Nov 2008 at 1:33

GoogleCodeExporter commented 9 years ago
There are plenty of external means to accomplish this.

Original comment by bros...@gmail.com on 22 Jan 2010 at 9:49