API Documentation

class ZMIForm(Form, ObjectManager, ObjectManagerItem)

Form used from Zope Management Interface. Inherits from ObjectManager to present folderish view.


__module__ = __builtin__

Methods

manage_addField(id, title, fieldname, REQUEST=None):

Add a new field with id and title of field type fieldname to this ZMIForm. REQUEST is optional. Note that it's better to use BasicForm and add_field if you want to use Formulator Forms outside the Zope Management Interface.

Permission
Change Formulator Forms