Metadata-Version: 1.0
Name: gocept.form
Version: 0.4
Summary: Extensions for zope.formlib
Home-page: http://pypi.python.org/pypi/gocept.form
Author: Christian Zagrodnick
Author-email: cz@gocept.com
License: ZPL 2.1
Description: ===========
        gocept.form
        ===========
        
        `gocept.form` provides some extended functionality for zope.formlib.
        
        Currently it only contains `grouped`.
        
        
        Destructive Actions
        ===================
        
        Destructive actions allow marking actions that can potentially cause harm.
        Those actions will be rendered as buttons and - on JavaScript-capable
        platforms - be disabled by default. Additionally a checkbox is rendered that
        allows enabling the corresponding button.
        
        
        Grouped Fields
        ==============
        
        gocept.form.grouped provides a very low-tech way of grouping schema fields
        into field sets. The styling is applied only via CSS.
        
        Changes
        =======
        
        0.4
        ---
        
        - Made grouped forms ignore missing fields.
        
        0.3
        ---
        
        - Added `destructive action` feature.
        
        
        0.2
        ---
        
        - Added support for grouping generic forms (subclass of zope.formlib.form.Form).
        
        
        0.1
        ---
        
        Initial release.
        
Platform: UNKNOWN
