Ignore:
Timestamp:
03/10/14 16:07:00 (11 years ago)
Author:
hendrikvanantwerpen
Message:
  • Indicate of refresh is due to load or due to save in _ObjectPage.
  • _ComplexValueMixin & ListWidget? catch all change events and drops them if still being created.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/client/qed-client/model/widgets/questions/MultipleChoiceInputWidget.js

    r495 r500  
    3232        _getValueAttr: function() {
    3333            var value = this.inherited(arguments);
    34             if ( this.allowMultiple === true ) {
     34            /*if ( this.allowMultiple === true ) {
    3535                return value;
    3636            } else {
    37                 return value.choice.length > 0;
    38             }
     37                return value.choice; //.length > 0;
     38            }*/
    3939        },
    4040        _setValueAttr: function(value) {
Note: See TracChangeset for help on using the changeset viewer.