Metadata-Version: 1.0
Name: collective.z3cform.datagridfield_demo
Version: 0.5
Summary: Version of DataGridField for use with Dexterity / z3c.form - Demo views
Home-page: http://svn.plone.org/svn/collective/
Author: Kevin Gill
Author-email: kevin@movieextras.ie
License: GPL
Description: Introduction
        ============
        
        This package provides the demo views for collective.z3cform.datagridfield. See that 
        package for more information.
        
        Installation
        ------------
        
        Add collective.z3cforms.datagridfield_demo to your buildout eggs.::
        
            eggs=\
                ...
                collective.z3cforms.datagridfield
                collective.z3cforms.datagridfield_demo
        
        Examples of configurations are in the demo folder.
        Once you install this package, the demo views will be visible on your site. ::
        
            * http://localhost:8080/Plone/@@demo-collective.z3cform.datagrid
        
        References
        ----------
         
            * http://pypi.python.org/pypi/collective.z3cform.datagridfield
        
        
        
        Changelog
        =========
        
        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
