0

Can anyone tell me, how(if it's possible) can I make select with JavaScript such as autogenerated select in admin panel (using which we select user permissions)?

tony
  • 1,506
  • 3
  • 21
  • 28

1 Answers1

1

It's possible, see another post about re-using the date widget but this will be too much trouble, you'd better try to use another widget which you will install, and so, know every dependencies and gotchas.

Here is another Multiselect for Django for example :
http://djangosnippets.org/snippets/2079/

...for this really cool jquery UI widget : http://www.quasipartikel.at/multiselect/

Community
  • 1
  • 1
Dominique Guardiola
  • 3,431
  • 2
  • 22
  • 22
  • I found answer http://stackoverflow.com/questions/1698435/django-multi-select-widget , sorry for my mistake. Widgets that you shown really nice, i'll try to use them too – tony Jan 22 '11 at 13:16