Metadata-Version: 1.0
Name: zeam.form.table
Version: 1.1.1
Summary: Form as table, to edit more than one content at a time
Home-page: http://pypi.python.org/pypi/zeam.form.table
Author: Sylvain Viollon
Author-email: thefunny@gmail.com
License: BSD
Description: ===============
        zeam.form.table
        ===============
        
        ``zeam.form.table`` is a extension to `zeam.form.base`_ to create CRUD
        forms: it let define forms that can work on a collection of contents
        sharing the same form schema.
        
        As well ``zeam.form.table`` can be embedded as a sub form in a
        composed form built with `zeam.form.composed`_.
        
        .. _zeam.form.base: http://pypi.python.org/pypi/zeam.form.base
        .. _zeam.form.composed: http://pypi.python.org/pypi/zeam.form.composed
        
        
        Changelog
        =========
        
        1.1.1 (2012/10/11)
        ------------------
        
        * Update SelectField to be compatible with ``zeam.form.base`` 1.3.
        
        1.1 (2012/09/24)
        ----------------
        
        * Add support to provide item specific identifiers for lines checkbox.
        
        * Update API to use ``zeam.form.base`` 1.2.3.
        
        1.0.1 (2012/04/27)
        ------------------
        
        * Update to use ``grokcore.chameleon`` instead of ``megrok.chameleon``.
        
        * Fix some action type when used with ``postOnly``.
        
        * Fix template, add missing fields in it.
        
        1.0 (2011/11/07)
        ----------------
        
        * Add different strategies to apply actions to table lines. You can by
          choice have one action that takes all selected and all not selected
          lines, one actions on lines that have been selected or deselected or
          lastly an action that execute only on select lines.
        
        * Add support for batching on table forms.
        
        * You can now customize the selection field.
        
        * Update to work with zeam.form.base 1.2.
        
        * Update tests.
        
        1.0b1 (2010/10/27)
        ------------------
        
        * Initial *proof of concept* release.
        
Keywords: zeam form table
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
