Skip to main content

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.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page