Metadata-Version: 1.0
Name: z3c.formjsdemo
Version: 0.3.1
Summary: A set of demo applications for ``z3c.formjs``
Home-page: http://svn.zope.org/z3c.formjsdemo
Author: Paul Carduner and the Zope Community
Author-email: zope3-dev@zope.org
License: ZPL 2.1
Description: This package is going to show off the different features of the
        ``z3c.formjs`` package.
        
        Install
        -------
        
        To start up the demo, you have to do a few setup steps.
        
        $ python bootstrap.py
        $ ./bin/buildout -Nv
        $ ./bin/demo fg
        
        And that's it!
        
        =======
        CHANGES
        =======
        
        Version 0.3.1 (2008-08-26)
        --------------------------
        
        - Restructure: Made links on index page relative to context so you can do
        better virtual hosting.
        
        - Restructure: Changed dates to ISO-8601 format.
        
        - Restructure: Removed deprecations warnings for ``ISession`` and
        ``ZopeSecurityPlicy``.
        
        
        Version 0.3.0 (2007-10-03)
        --------------------------
        
        - Feature: Tree Editor demo shows solution to having inline forms
        submitted via ajax and shows off server to client event propagation.
        
        - Feature: Widget Switching demo.  Shows off ajax switching between
        display and input widgets.
        
        
        Version 0.2.0 (2007-07-18)
        -------------------------
        
        - Feature: The new chatroom demo implements a simple chat client in HTML and
        Javascript using the ``z3c.formjs`` package.
        
        - Feature: Validation demo showing off on the fly ajax field validation.
        
        - Restructure: Code updated to keep up with the changes in the API of
        ``z3c.formjs``.
        
        
        Version 0.1.0 (2007-06-29)
        -------------------------
        
        - Initial Release
        
        * Javascript field event demo.
        
        * Javascript implementation of the calculator.
        
Keywords: zope3 form widget
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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
