10,730
edits
(→Lookup) |
|||
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 | 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:// | * Basic questionnaire form object: https://github.com/Resconet/JSBridge/wiki/MobileCRM.UI.QuestionnaireForm | ||
* Questionnaire group: https:// | * Questionnaire group: https://github.com/Resconet/JSBridge/wiki/MobileCRM.UI.QuestionnaireForm.Group | ||
* Question: https:// | * 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). |