How to install zeam.form.layout
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install zeam.form.layout
Lastest release
zeam.form.layout let you embbed a zeam.form.base form inside a layout created with grokcore.layout.
You just have to import Form (or ComposedForm) from zeam.form.layout instead of their original package.
Default templates are defined ready to be used inside a layout.
Changelog
0.3.1 (2012/10/11)
- Modernize and fix broken tests, that were still relying on megrok.layout.
0.3 (2012/04/27)
- Use grokcore.chameleon instead of megrok.chameleon.
- Use grokcore.layout instead of megrok.layout.
0.2 (2010-10-27)
- Corrected templates to use the latest version of zeam.form.base.
- Added tests related to templates rendering.
0.1 (2010-06-01)
- Initial release