Metadata-Version: 1.1
Name: zeam.form.silva
Version: 1.3.1
Summary: Integration of the Grok-based Zeam Form system into Silva
Home-page: https://github.com/silvacms/zeam.form.silva
Author: Sylvain Viollon
Author-email: thefunny@gmail.com
License: BSD
Description: ===============
        zeam.form.silva
        ===============
        
        ``zeam.form.silva`` is the integration of `Zeam Form
        <http://pypi.python.org/pypi/zeam.form.base>`_ in Silva.
        
        This packages provides forms for SMI (including default add and edit
        forms for content), ZMI (service configuration forms), and public
        views usage (page forms, and viewlet/content provider forms).
        
        
        Changes
        =======
        
        1.3.1 (2012-02-23)
        ------------------
        
        * Add an import for SilvaDataManager.
        
        1.3 (2010-02-07)
        ----------------
        
        * The FileWidget is now enabled for the ZMIForm as well.
        
        * Update ZMIForm template.
        
        * Make CancelButton widget reusable by other actions.
        
        * Fix some unicode issue in the inline validation.
        
        1.2 (2010-12-20)
        ----------------
        
        * Add a new textarea widget called ``lines`` able to edit collection
          of textlines.
        
        1.1 (2010-10-27)
        ----------------
        
        * Review security restriction on add forms and edit forms.
        
        * Add support for *add in position* in default add forms.
        
        * Various improvements in the form code (status feedback), default
          form templates and i18n.
        
        * Add a datetime widget based on the JQueryUI datetime picker.
        
        * Add some Javascript helpers: inline validation via AJAX query on
          simple form widgets. By default the first required field of a form
          gets the focus.
        
        * Add support to create REST forms in a popup in SMI or included in
          Kupu.
        
        * Add support for public forms.
        
        * Add support for zope.interfaces invariant by default in SMI forms.
        
        1.0 (2010-07-16)
        ----------------
        
        * Initial release.
        
        
        
Keywords: grok form framework silva
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
