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.