Metadata-Version: 1.1
Name: j01.select2
Version: 2.0.3
Summary: Multi select2 widget based on JQuery and z3c.form for Zope 3
Home-page: http://pypi.python.org/pypi/j01.select2
Author: Roger Ineichen, Projekt01 GmbH
Author-email: dev@projekt01.ch
License: ZPL 2.1
Description: This package provides a JQuery and z3c.form base multi select2 widget for Zope3.
        
        
        =======
        CHANGES
        =======
        
        2.0.3 (2015-07-06)
        ------------------
        
        - bugfix; added missing styles for hidden choice text called select2-hidden-accessible
        
        
        2.0.2 (2015-07-02)
        ------------------
        
        - bugfix: remove non ascii chars from javascript for ``Loading more results...``
          and ``Searching...``.
        
        
        2.0.1 (2015-06-30)
        ------------------
        
        - switch to newest 3.5.2 javascript release. Keep css styles and variables.
          Feel free to use the newest css files or use the bootstrap3 optimized
          styles located at https://github.com/t0m/select2-bootstrap-css
        
        - bugfix: use j01Select2* image names in less/css files
        
        - bugfix: added missing ; in varables.less at line 24
        
        
        2.0.0 (2015-06-09)
        ------------------
        
        - bump version to 2.0.0 because it's a part of j01.form since v2.0.0
        
        - bugfix: make use of @select2-search-input-height and
          @select2-search-input-padding
        
        
        0.6.0 (2014-03-24)
        ------------------
        
        - feature: support bootstrap 3 based less and css concept. Just copy the
          core.less file and override the variables.
        
        - update source to select2 version 3.4.5
        
        - removed SelectWidget as inherited widget class from Select2Widget and
          re-implemented the update method wihtout inlcuding the field css class.
        
        
        0.5.3 (2013-09-25)
        ------------------
        
        - Added display widget template for `ISelect2Widget`
        
        
        0.5.2 (2013-03-19)
        ------------------
        
        - improve css styles
        
        
        0.5.1 (2013-01-02)
        ------------------
        
        - bugfix: fix linux chameleon template issues with line break in tag elements.
        
        
        0.5.0 (2012-11-16)
        ------------------
        
        - initial release
        
Keywords: J01 z3c multi select select2 widget form JQuery Zope3
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
