|
|
|
@ -204,9 +204,10 @@ BI.MultiSelectInnerLoader = BI.inherit(BI.Widget, {
|
|
|
|
|
return this.cachGroup.getNotSelectedValue(); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
setValue: function () { |
|
|
|
|
this.cachGroup.setValue.apply(this.cachGroup, arguments); |
|
|
|
|
this.button_group.setValue.apply(this.button_group, arguments); |
|
|
|
|
setValue: function (value) { |
|
|
|
|
var map = BI.makeObject(value); |
|
|
|
|
this.cachGroup.setValueMap.call(this.cachGroup, map); |
|
|
|
|
this.button_group.setValueMap.call(this.button_group, map); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
getValue: function () { |
|
|
|
|