Changeset 503 for Dev/trunk/src/client/qed-client/pages/response.js
- Timestamp:
- 03/11/14 01:00:40 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/src/client/qed-client/pages/response.js
r492 r503 43 43 this.response._surveyRun.respondentCanDeleteOwnResponse); 44 44 this.cancelButton.set('disabled',canDelete||false); 45 this.surveyWidget.set(' disabled', false);45 this.surveyWidget.set('readOnly', false); 46 46 }, 47 47 _disableSubmit: function() { … … 49 49 this.continueButton.set('disabled',true); 50 50 this.cancelButton.set('disabled',true); 51 this.surveyWidget.set(' disabled', true);51 this.surveyWidget.set('readOnly', true); 52 52 }, 53 53 _showInfo: function(html) {
Note: See TracChangeset
for help on using the changeset viewer.