A set of demo applications for z3c.form and z3c.formui
Project description
=====================================================
Demo Applications for ``z3c.form`` and ``z3c.formui``
=====================================================
This package contains several small demo applications for the ``z3c.form`` and
``z3c.formui`` packages.
* TABLE- versus DIV-based layout of all widgets.
* A simple Hello World message application demonstrating the easiest way to
write add, edit and display forms.
* A simple calculator showing the flexibility of the new action declaration
framework by declaring different classes of buttons.
* A linear wizard shows off the sub-form capabilities of z3c.form. It also
demonstrates how one can overcome the short-coming of an object widget.
* A simple table/spreadsheet that allows adding and editing as simple content
object. This demo also shows the usage of forms and ``zc.table`` at the same
time.
Running the Demo out of the box
-------------------------------
You can also run the demo directly without manually installing Zope 3::
$ svn co svn://svn.zope.org/repos/main/z3c.formdemo/trunk formdemo
$ cd formdemo
$ python bootstrap.py
$ ./bin/buildout
$ ./bin/demo fg
Then access the demo site using:
http://localhost:8080/
=======
CHANGES
=======
Version 1.3.0 (??/??/2007)
-------------------------
- Feature: Created functional tests for the demos.
- Feature: Moved all application ZCML declarations into a ZCML file called
``application.zcml``.
Version 1.2.0 (6/29/2007)
-------------------------
- Feature: Added new field "promptChoiceField" to the "All Widgets" demo
demonstrating the prompt message of the select widget.
- Feature: Increased the integer default value of "All Widgets" demo to show
off our new internationalized converter.
- Feature: Made ``bytesField`` and ``passwordField`` non-required, since they
do not show their default values prohibiting the form to successfully
submit, which can be annoying when playing around.
- Feature: New "Questionnaire" demo shows how to use groups effectively. It
also demonstrates how the label of buttons and widgets can be changed using
attribute value adapters.
Version 1.1.2 (6/25/2007)
-------------------------
- Bug: Provide ``optionalChoice`` field in the content type. Pre-1.3.0
releases of ``z3c.form`` simply ignored missing fields, but the latest
version reports the error. Thanks to Luke Miller for the report.
Version 1.1.1 (6/24/2007)
-------------------------
- Bug: Add new ``zope.rdb`` dependency to the setup and buildout
configuration.
Version 1.1.0 (6/22/2007)
-------------------------
- Feature: New "SQL Message" demo shows how ``z3c.form`` can be used with
non-object data. Specificically, this small application demonstrates using a
Gadfly database using pure SQL calls without any ORM.
- Feature: New "Address Book" demo that demonstrates more complex use cases,
such as subforms, composite widgets, and mappings/lists
Version 1.0.0 (5/24/2007)
-------------------------
- Initial Release
Demo Applications for ``z3c.form`` and ``z3c.formui``
=====================================================
This package contains several small demo applications for the ``z3c.form`` and
``z3c.formui`` packages.
* TABLE- versus DIV-based layout of all widgets.
* A simple Hello World message application demonstrating the easiest way to
write add, edit and display forms.
* A simple calculator showing the flexibility of the new action declaration
framework by declaring different classes of buttons.
* A linear wizard shows off the sub-form capabilities of z3c.form. It also
demonstrates how one can overcome the short-coming of an object widget.
* A simple table/spreadsheet that allows adding and editing as simple content
object. This demo also shows the usage of forms and ``zc.table`` at the same
time.
Running the Demo out of the box
-------------------------------
You can also run the demo directly without manually installing Zope 3::
$ svn co svn://svn.zope.org/repos/main/z3c.formdemo/trunk formdemo
$ cd formdemo
$ python bootstrap.py
$ ./bin/buildout
$ ./bin/demo fg
Then access the demo site using:
http://localhost:8080/
=======
CHANGES
=======
Version 1.3.0 (??/??/2007)
-------------------------
- Feature: Created functional tests for the demos.
- Feature: Moved all application ZCML declarations into a ZCML file called
``application.zcml``.
Version 1.2.0 (6/29/2007)
-------------------------
- Feature: Added new field "promptChoiceField" to the "All Widgets" demo
demonstrating the prompt message of the select widget.
- Feature: Increased the integer default value of "All Widgets" demo to show
off our new internationalized converter.
- Feature: Made ``bytesField`` and ``passwordField`` non-required, since they
do not show their default values prohibiting the form to successfully
submit, which can be annoying when playing around.
- Feature: New "Questionnaire" demo shows how to use groups effectively. It
also demonstrates how the label of buttons and widgets can be changed using
attribute value adapters.
Version 1.1.2 (6/25/2007)
-------------------------
- Bug: Provide ``optionalChoice`` field in the content type. Pre-1.3.0
releases of ``z3c.form`` simply ignored missing fields, but the latest
version reports the error. Thanks to Luke Miller for the report.
Version 1.1.1 (6/24/2007)
-------------------------
- Bug: Add new ``zope.rdb`` dependency to the setup and buildout
configuration.
Version 1.1.0 (6/22/2007)
-------------------------
- Feature: New "SQL Message" demo shows how ``z3c.form`` can be used with
non-object data. Specificically, this small application demonstrates using a
Gadfly database using pure SQL calls without any ORM.
- Feature: New "Address Book" demo that demonstrates more complex use cases,
such as subforms, composite widgets, and mappings/lists
Version 1.0.0 (5/24/2007)
-------------------------
- Initial Release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
z3c.formdemo-1.3.0b1.tar.gz
(85.4 kB
view hashes)
Built Distribution
z3c.formdemo-1.3.0b1-py2.4.egg
(167.3 kB
view hashes)