MobileCRM.UI.QuestionnaireForm.onPostSave - Resconet/JSBridge GitHub Wiki
Binds or unbinds the handler for onPostSave event on QuestionnaireForm.
Arguments
Argument | Type | Description |
---|---|---|
handler | function(questionnaireForm) | The handler function that has to be bound or unbound. |
bind | Boolean | Determines whether to bind or unbind the handler. |
scope | Object | The scope for handler calls. |