Question

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)?

Was it helpful?

Solution

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/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top