Form for a collection of objects - adding, deleting, etc.
Methods
|
|
__init__
getFormFields
process
|
|
__init__
|
__init__ (
self,
configurator,
coll,
linkfrom,
)
|
|
getFormFields
|
getFormFields ( self, request )
|
|
process
|
process (
self,
write,
request,
submit,
name="",
type=None,
items=(),
)
Exceptions
|
|
widgets.FormInputError("Don't know how to %s" % repr( submit ) )
|
|
|