dolmen.forms.viewlet 2.1
dolmen.forms forms in a viewlet
dolmen.forms.viewlet provide you with a Dolmen Form in a viewlet.
Example
Quick example:
from dolmen.forms import base from dolmen.forms.viewlet import ViewletForm class CallUs(ViewletForm): """A contact viewlet. """ label = u"Call us" fields = base.Fields(base.Field("Phone number")) actions = base.Actions(base.Action("Call"))
Changelog
2.1 (2012-08-24)
- Updated default template to approfitate some old improvments of base FormCanvas
2.0 (2012-01-17)
- Updated the code to use with the latest cromlech packages and the new dolmen.forms stack releases.
- Renamed module form -> components to match the naming policy of the project.
2.0a1 (2011-08-31)
- Initial release.
File | Type | Py Version | Uploaded on | Size | # downloads |
---|---|---|---|---|---|
dolmen.forms.viewlet-2.1.tar.gz (md5) | Source | 2012-08-24 | 4KB | 0 | |
- Author: The Dolmen Team
- Home Page: http://pypi.python.org/pypi/dolmen.forms.viewlet
- Keywords: Dolmen Form Viewlet
- License: BSD
- Categories
- Package Index Owner: alexg, trollfot
- DOAP record: dolmen.forms.viewlet-2.1.xml