Metadata-Version: 1.1
Name: p01.form
Version: 0.5.4
Summary: Simple z3c.form layer providing UI templates and more
Home-page: http://pypi.python.org/pypi/p01.form
Author: Roger Ineichen, Projekt01 GmbH
Author-email: dev@projekt01.ch
License: ZPL 2.1
Description: This package provides another z3c.form layout concept for Zope3 based
        applications. This package provides the full set of z3c.form widgets and some
        additional basic widget getter methods for an enhanced widgetFactory setup.
        
        
        =======
        CHANGES
        =======
        
        0.5.4 (2013-07-26)
        ------------------
        
        - Nothing changed yet.
        
        
        0.5.3 (2013-07-26)
        ------------------
        
        - feature: implemented ``ExplicitRequiredMixin``. You can set there any widget
          to required only on the given form with the tuple ``requiredWidgets``
        
        
        0.5.2 (2013-07-18)
        ------------------
        
        - feature: implemented enhanced buttonAndHandler method. This method allows to
          use a button instance and not only a title. This should get backported to
          the z3c.form implementation.
        
        - bugfix: fix CHeckBoxWidget value handling, allow to set value after widget
          setup. This should get backported to the z3c.form implementation.
        
        
        0.5.1 (2013-01-28)
        ------------------
        
        - implemented CSSButton which allows to define a css property. This is usefull
          for UI frameworks like twitter bootstrap which requires different css classes
          applied to the button.
        
        
        0.5.0 (2012-11-16)
        ------------------
        
        - initial release
        
Keywords: z3c form p01 widget layer Zope3
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
