What’s new

A lot have changed, or better to say, a lot was improved since last year. Most improvements were introduced because of work on Dexterity. Tools we are going to look into are:

  • plone.z3cform: Provides integration with Zope2, introduces Fieldsets, Form extenders and CRUD forms.
  • plone.app.z3cform: Provides intergation layer with Plone. Hooks up with Plone’s KSS inline validation, WYSIWYG widget and Query select widget.
  • plone.autoform: Provides some convinience features for storing ‘hints’ on schema interfaces.
  • plone.directives.form: Provides Grok-like style for defining forms.

Lets see them a little bit more in detail..