@ -142,6 +142,14 @@ BI.MultiSelectTree = BI.inherit(BI.Widget, {
});
},
stopSearch: function () {
this.trigger.stopSearch();
updateValue: function (v) {
this.adapter.updateValue(v);
getValue: function () {
return this.storeValue.value;
@ -38,6 +38,11 @@ BI.MultiSelectTreePopup = BI.inherit(BI.Widget, {
this.popup.setValue(v.value);
this.popup.updateValue(v);
this.popup.refresh();
populate: function (config) {
this.popup.stroke(config);
}