Metadata-Version: 1.0
Name: collective.js.ui.multiselect
Version: 1.0
Summary: Integrates the multiselect widget into plone.
Home-page: https://github.com/4teamwork/collective.js.ui.multiselect
Author: Elio Schmutz
Author-email: mailto:info@4teamwork.ch
License: GPL2
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 <http://www.4teamwork.ch/>`_ company.
        
        
        .. _fancy widget: http://www.quasipartikel.at/multiselect/
        
        Changelog
        =========
        
        
        1.0 (2012-05-07)
        ----------------
        
        - Nothing changed yet.
        
        
        1.0a3 (2011-02-21)
        ------------------
        
        - Initial release
        
Keywords: jquery ui multiselect plone
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
