JMap.Event.Form.on.beforeSubmit
This event is triggered each time a form (or subform) is submitted, just before the data are submitted server side.
Your listener id (must be unique)
Your listener function
JMap.Event.Form.on.layerDialogClosed
This event is triggered each time a layer form dialog is closed (attribute and external forms).
Your listener id (must be unique)
Your listener function
JMap.Event.Form.on.layerDialogOpened
This event is triggered each time a layer form dialog is opened (attribute and external forms).
Your listener id (must be unique)
Your listener function
JMap.Event.Form.on.subFormDialogClosed
This event is triggered each time a sub form dialog is opened.
Your listener id (must be unique)
Your listener function
JMap.Event.Form.on.subFormDialogOpened
This event is triggered each time a sub form dialog is opened.
Your listener id (must be unique)
Your listener function
JMap.Event.Form.on.submit
This event is triggered each time a form (or subform) is submitted.
Your listener id (must be unique)
Your listener function
JMap.Event.Form.on
Here you have all available high level events on which you can attach a listener.