Changeset 493 for Dev/trunk/src/client/qed-client/pages/survey.js
- Timestamp:
- 03/09/14 19:25:40 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/src/client/qed-client/pages/survey.js
r492 r493 59 59 _refresh: function() { 60 60 this.titleNode.innerHTML = this.object.title || "(set title in properties)"; 61 this.propertiesForm.set('value',{survey:this.object}); 62 this.questionList.set('value', 63 this.object.questions); 61 this.propertiesForm.set('value',{survey:this.object},null); 62 this.questionList.set('value',this.object.questions,null); 64 63 }, 65 64 _includeQuestion: function(question) {
Note: See TracChangeset
for help on using the changeset viewer.