Skip to main content

Plone integration for Zeam Form

Project description

zeam.form.plone provides support for zeam.form.base into Plone 3, 4 and 5:

  • make forms and security work in Zope 2,

  • default form template using Plone macros,

  • provide a simple simple edit form,

  • use Plone status message system to report status,

  • provides extra widgets, like a WYSIWYG text widget.

Example

Let’s define a simple example:

from zeam.form.plone import EditForm
from zeam.form.base import Fields

class EditPeople(EditForm):
    label = u"Edit people"
    fields = Fields(IPeople)
    fields['summary'].mode = 'plone.wysiwyg'

If you install the extension Zeam Form you will get nicer CSS and extra JS for the widgets.

For more information information, please refer to zeam.form.base and to the Grok documentation.

Changes

1.1 (2017-06-22)

  • Support zeam.form.ztk and zeam.form.base >= 1.3

1.0 (2011/08/11)

  • Support zeam.form.ztk 1.1.

  • Add CSS and JS for new collection widgets.

1.0b1 (2010/05/03)

  • 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.plone-1.1.tar.gz (17.1 kB view details)

Uploaded Source

File details

Details for the file zeam.form.plone-1.1.tar.gz.

File metadata

File hashes

Hashes for zeam.form.plone-1.1.tar.gz
Algorithm Hash digest
SHA256 b6d3f1ad7b6b0bc41e038f75edf9daabf3f3586826c45b4ef9b40d56e9edf2e8
MD5 b51afcdb13503fcda661ab2850deb326
BLAKE2b-256 b1f1bc2a892ef1c854938935dda9d34ff1b8cf0b70dd01eb94c404d7b3259fee

See more details on using hashes here.

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