Changeset 494 for Dev/trunk/src/client/qed-client/model/widgets/questions/MultipleChoiceInputConfigWidget.js
- Timestamp:
- 03/09/14 22:03:19 (11 years ago)
- Location:
- Dev/trunk/src/client/qed-client
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/src/client/qed-client
- Property svn:ignore
-
old new 1 1 2 ### begin grunt-svn-ignore managed ignores3 ### edits will be overwritten when grunt svn-ignore is run4 session.js5 ### end grunt-svn-ignore managed ignores
-
- Property svn:ignore
-
Dev/trunk/src/client/qed-client/model/widgets/questions/MultipleChoiceInputConfigWidget.js
r493 r494 52 52 _getValueAttr: function() { 53 53 var value = this.inherited(arguments); 54 value.type = this.type; 54 55 value.allowMultiple = value.allowMultiple.length > 0; 55 value.type = this.type;56 56 return value; 57 }, 58 _setValueAttr: function(value) { 59 value.allowMultiple = value.allowMultiple ? ["on"] : []; 60 return this.inherited(arguments); 57 61 }, 58 62 onAddItem: function(evt) {
Note: See TracChangeset
for help on using the changeset viewer.