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.

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

zeam.form.viewlet-1.2.1.tar.gz (5.7 kB view hashes)

Uploaded Source

Supported by

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