- Timestamp:
- 06/10/13 01:07:16 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/src/client/qed-client/model/widgets/questions/TextInputWidget.js
r443 r461 14 14 }, 15 15 _getValueAttr: function() { 16 return this.text Box.get('value');16 return this.textArea.get('value'); 17 17 }, 18 18 _setValueAttr: function(value) { 19 return this.text Box.set('value', value);19 return this.textArea.set('value', value); 20 20 } 21 21 });
Note: See TracChangeset
for help on using the changeset viewer.