Metadata-Version: 1.1
Name: collective.z3cform.datagridfield-demo
Version: 0.6
Summary: Version of DataGridField for use with Dexterity / z3c.form - Demo views
Home-page: https://github.com/collective/collective.z3cform.datagridfield_demo
Author: Kevin Gill
Author-email: kevin@movieextras.ie
License: GPL
Description: Introduction
        ============
        
        This package provides the demo views for
        `collective.z3cform.datagridfield <https://github.com/collective/collective.z3cform.datagridfield>`_. See that
        package for more information.
        
        Installation
        ------------
        
        Add collective.z3cform.datagridfield_demo to your buildout eggs.::
        
            eggs=\
                ...
                collective.z3cform.datagridfield
                collective.z3cform.datagridfield_demo
        
        Examples of configurations are in the demo folder.
        
        Install ``collective.z3cform.datagridfield`` in *Site setup* > *Add ons*.
        
        Once you install this package (no add-on installer installation required),
        the demo views will be visible on your site.
        
        * http://localhost:8080/Plone/@@demo-collective.z3cform.datagrid
        
        This page has links of several examples of different DGF use cases.
        
        Sample output
        ---------------
        
        Run Plone on foreground mode to see debug prints what kind of data the demo forms submit.
        
        Source code and issue tracker
        -------------------------------
        
        * https://github.com/collective/collective.z3cform.datagridfield_demo
        
        References
        ----------
        
            * http://pypi.python.org/pypi/collective.z3cform.datagridfield
        
        
        
        Changelog
        =========
        
        0.6 (2013-10-28)
        ----------------
        
        * Added blocks edit example [miohtama]
        
        * README polish [miohtama]
        
        * Correct typos in readme
        [davidjb]
        
        * Added additional dependencies as this package depends on five.grok
          and plone.directives.form.
          [davidjb]
        
        * Move row up / down
        
        0.5 (2011-02-08)
        ----------------
        
            * First release, moved demo pages out of the main package, as recommended by
              Laurence Rowe
        
Keywords: Plone,Dexterity,z3c.form
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
