Metadata-Version: 1.0
Name: plomino.patternslib
Version: 0.5.6
Summary: A Plomino plugin that provides fields and other form elements built using the Patterns javascript library.
Home-page: https://github.com/plomino/plomino.patternslib
Author: Fulvio Casali
Author-email: fulviocasali@gmail.com
License: gpl
Description: .. contents::
        
        Introduction
        ============
        
        ``plomino.patternslib`` is a Plomino_ plugin that provides fields and other form elements built using the 
        `Patternslib`_  javascript library.  In its initial implementation, the *Chosen* select boxes from *HarvestHQ* are 
        made available.
        
        For more information, see the `Related Links`_ below.
        
        Installation
        ============
        Add ``plomino.patternslib`` to the list of ``eggs`` of your ``plone.recipe.zope2instance`` section.  Re-run buildout.
        
        Use
        ===
        Activate ``plomino.patternslib`` either in ``portal_quickinstaller``, or from the ``/prefs_install_products_form`` 
        Add-ons control panel on your Plone site.
        
        Assuming you already have Plomino installed on your site, you will now have a new field type **Chosen** available to add
        to your Plomino forms. It can be configured exactly like a *Selection List* field.
        
        Examples
        ========
        To see working examples of the style and behavior of the **Chosen** field, see Harvest_.  Currently, only the 
        *Multiple Select* type is available, but more will be added in upcoming releases.
        
        Related Links
        =============
        .. target-notes::
        .. _Plomino: http://plomino.net
        .. _Patternslib: http://patternslib.com/
        .. _Harvest: http://harvesthq.github.com/chosen/
        
        Contributors
        ============
        
        - Fulvio Casali, Original Author
        
        Changelog
        =========
        
        0.5.6 (2012-10-15)
        ------------------
        
        * Package created using templer
        * Implementation of first Selection widget using "Chosen" Pattern [fulviocasali]
        
Keywords: Plomino,Patternslib,Patterns,Javascript,Fields
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
