Changeset 377 for Dev/branches/rest-dojo-ui/client/rft/pages/question.js
- Timestamp:
- 07/26/12 13:16:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/pages/question.js
r376 r377 49 49 content.goTo('questions'); 50 50 }); 51 return false;51 return true; 52 52 }, 53 53 _onDiscard: function() { 54 54 content.goTo('questions'); 55 return false;55 return true; 56 56 }, 57 57 _setupButtons: function() { … … 77 77 this._preview = new rft.ui.QuestionEditorPreview(); 78 78 this._preview.placeAt("QuestionEditorPreview"); 79 this._supportingWidgets.push(this._toolkit, this._preview); 79 80 } 80 81 });
Note: See TracChangeset
for help on using the changeset viewer.