------------------
- Pass data to the on-save template method.
[optilude]
- Add a callback method from the save button handler. This makes it easier
to react when saving is finished (successfully) - otherwise, the schema
adapter properties are simple set one-by-one and you can't do anything
when form saving is complete. The alternative is to override the button
handler, but then we lose some of the consistency that plone.app.form
tries to introduce.
[optilude]
- Wording.
[limi]