zeam.form forms in a viewlet
Project description
zeam.form.viewlet provide you with a Zeam Form in a viewlet.
Example
Quick example:
from zeam.form import base from zeam.form.viewlet import ViewletForm class CallUs(ViewletForm): label = u"Call us" fields = base.Fields(base.Field("Phone number")) actions = base.Actions(base.Action("Call"))
Changelog
1.2.1 (2012/04/27)
Update to use grokcore.chameleon instead of megrok.chameleon.
1.2 (2011/11/08)
Update test with a cleaner setup.
1.1 (2010/10/18)
Add a ViewletManagerForm.
Add tests.
Update form templates to be compatible with last version of zeam.form.base.
1.0 (2010/07/16)
Initial release.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file zeam.form.viewlet-1.2.1.tar.gz
.
File metadata
- Download URL: zeam.form.viewlet-1.2.1.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 366f0adc4a22f0bec88ccbe78787d843f6a5c3aa406b403fc1cac7463e9bf370 |
|
MD5 | ea2aabe5cef8b12ddcb486b460b91040 |
|
BLAKE2b-256 | 2cf58deb24c06eb22212f22fc383fb3477fba30e5d22715792fa197dd904b390 |