Changeset 369 for Dev/branches/rest-dojo-ui/client/rft/pages/survey.js
- Timestamp:
- 07/20/12 11:54:11 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/pages/survey.js
r363 r369 33 33 throw "No valid uid or survey passed!"; 34 34 } 35 }, 36 onProperties: function(evt) { 37 38 }, 39 onSave: function(evt) { 40 // lang.mixin(this.object, this.propertiesForm.get('value')); 41 store.put(this.object) 42 .then(function() { 43 content.goTo('surveys'); 44 }); 45 event.stop(evt); 46 return false; 35 47 }, 36 48 _goToPreview: function() { … … 101 113 /* ListView code */ 102 114 includeQuestion: function(question) { 103 this.listView.insertItem(question);115 var item = this.listView.insertItem(question); 104 116 }, 105 117 _setupListView: function() {
Note: See TracChangeset
for help on using the changeset viewer.