Changeset 510 for Dev/trunk/src/client/qed-client/model/widgets/questions/StringInputConfigWidget.js
- Timestamp:
- 03/12/14 15:16:54 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/src/client/qed-client/model/widgets/questions/StringInputConfigWidget.js
r443 r510 5 5 ], function(_ComplexValueWidget, declare, template) { 6 6 return declare([_ComplexValueWidget],{ 7 type: 'StringInput', 8 templateString: template, 9 _getValueAttr: function() { 10 var value = this.inherited(arguments); 11 value.type = this.type; 12 return value; 13 } 7 baseClass: 'qedStringInputConfig', 8 templateString: template 14 9 }); 15 10 });
Note: See TracChangeset
for help on using the changeset viewer.