Metadata-Version: 1.0
Name: ftw.keywordoverlay
Version: 0.2
Summary: puts a nice overlay over Archetypes's default keywordwidget (for plone)
Home-page: http://www.4teamwork.ch
Author: Mathias Leimgruber
Author-email: m.leimgruber@4teamwork.ch
License: GPL
Description: Introduction
        ============
        
        This package is using jquery muliselect plugin to make a nicer
        keywordWidget for Plone. It depends on jquery and jquery.ui.
        
        No changes are made on the KeywordWidget itself!
        
        Cool:
        ftw.keywordoverlay works with multiple keywordWidgets.
        
        
        Limitation:
        500 keywords are too much, for example FF will raise an error
        (a lot of DOM manipulation).
        
        
        INSTALL
        -------
        just add ftw.keywordoverlay to yout eggs and zcml section in your buildout
        
        
        DEPENDENCIES
        ------------
        v 0.2 depends on jquery 1.3.x and jquery.ui 1.7.x, jquery 1.4.x is currently
        not supported
        
        
        
        Copyright and credits
        ----------------------
        
        ftw.keywordoverlay is copyright 2009 by 4teamwork_ , and is licensed under the GPL. See LICENSE.txt for details.
        
        .. _4teamwork: http://www.4teamwork.ch/
        
        Changelog
        =========
        
        0.2
        ---
        * some CSS [mathias.leimgruber]
        * merged some other important bugfixes from the newest ui.multiselect widget
        [mathias.leimgruber]
        * fix "add all", "remove all" function from ui.multiselect [mathias.leimgruber]
        * works only with jquery 1.3.x and jquery.ui 1.7.*
        
        0.1
        ---
        * ftw.keywordoverlay works now with multiple keywordwidgets [mathias.leimgruber]
        
        
        0.1a
        ----
        
        * Initial release
        * using ui.multiselect.js [mathias.leimgruber]
        * small plone integration js [mathias.leimgruber]
        * manipulate DOM for a better handling [mathias.leimgruber]
        
Keywords: plone widget archetypes keyword jquery
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
