Function
zope.app.form.utility.applyWidgetsChanges

Signature

applyWidgetsChanges(view, schema, target=None, names=None)

Documentation String

Updates an object with values from a view's widgets.

view contained the widgets that perform the update. By default, the widgets will update the view's context.

target can be specified as an alternative object to update.

schema contrains the values provided by the widgets.

names can be specified to update a subset of the schema constrained values.