Integrates the multiselect widget into plone.
Project description
collective.js.ui.multiselect
This package turns HTML multiple select fields into a fancy widget. It integrates the jQuery UI multiselect plugin into plone.
jQuery UI multiselect
The plugin and a demo is located at http://www.quasipartikel.at/multiselect/ The plugin is published under the MIT license, this package is released under GPL2.
Usage
Add the package to the eggs list in your buildout configuration:
[instance] eggs += collective.js.ui.multiselect
Install the generic setup profile of the package.
Links
Main github project repository: https://github.com/collective/collective.js.ui.multiselect
Issue tracker: https://github.com/collective/collective.js.ui.multiselect/issues
Package on pypi: http://pypi.python.org/pypi/collective.js.ui.multiselect
Maintainer
This package is produced and maintained by 4teamwork company.
Changelog
1.0.1 (2014-09-23)
Add missing CSS. [tschanzt]
1.0 (2012-05-07)
Nothing changed yet.
1.0a3 (2011-02-21)
Initial release