Changeset 392 for Dev/branches/rest-dojo-ui/client/rft/pages
- Timestamp:
- 08/08/12 13:33:58 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/pages/survey.js
r389 r392 27 27 .then(lang.hitch(this,function(obj){ 28 28 this.survey = obj; 29 store.query(null,{keys:this.survey.questions,include_docs:true}) 30 .forEach(lang.hitch(this.questionList,'appendItem')); 29 31 this.refresh(); 30 32 })); … … 66 68 this.titleNode.innerHTML = this.survey.title || "(set title in properties)"; 67 69 this.propertiesForm.set('value',this.survey); 68 store.query(null,{keys:this.survey.questions,include_docs:true})69 .forEach(lang.hitch(this.questionList,'appendItem'));70 70 }, 71 71 _onShowProperties: function(evt) {
Note: See TracChangeset
for help on using the changeset viewer.