Resco JavaScript Bridge: Difference between revisions

Jump to navigation Jump to search
Line 1,359: Line 1,359:
The questionnaire form contains properties and methods to access and manipulate questions and question groups. The basic handlers like onSave, onChange are implemented as well.
The questionnaire form contains properties and methods to access and manipulate questions and question groups. The basic handlers like onSave, onChange are implemented as well.


In this section, we explain some basic operations. The object what we use can be found on this reference page:
In this section, we explain some basic operations. The object that we use can be found on this reference page:


* Basic questionnaire form object: https://www.resco.net/javascript-bridge-reference/#MobileCRM_UI_QuestionnaireForm
* Basic questionnaire form object: https://github.com/Resconet/JSBridge/wiki/MobileCRM.UI.QuestionnaireForm
* Questionnaire group: https://www.resco.net/javascript-bridge-reference/#MobileCRM_UI_QuestionnaireForm_Group
* Questionnaire group: https://github.com/Resconet/JSBridge/wiki/MobileCRM.UI.QuestionnaireForm.Group
* Question: https://www.resco.net/javascript-bridge-reference/#MobileCRM_UI_QuestionnaireForm_Question
* Question: https://github.com/Resconet/JSBridge/wiki/MobileCRM.UI.QuestionnaireForm.Question


Methods can be found in the section with '''Functions'''. We explain the basic handlers like onSave, onChange, and requestObject (i.e. onLoad).
Methods can be found in the section with '''Functions'''. We explain the basic handlers like onSave, onChange, and requestObject (i.e. onLoad).

Navigation menu