Types of formsΒΆ

Base forms avaliable plone.directives.form:

  • plone.directives.form.Form:

    grokked version of z3c.form.form.Form

  • plone.directives.form.SchemaForm:

    same as Form, but useses plone.autoform hints

  • plone.directives.form.AddForm:

    grokked version of z3c.form.form.AddForm

  • plone.directives.form.SchemaAddForm:

    same as AddForm, but useses plone.autoform hints

  • plone.directives.form.EditForm:

    grokked version of z3c.form.form.EditForm

  • plone.directives.form.SchemaEditForm:

    same as EditForm, but useses plone.autoform hints

  • plone.directives.form.DisplayForm:

    view (grok.View) thats shows widgets in ‘display’ mode