|
|
|
@ -443,6 +443,14 @@ BI.MultiSelectInsertCombo = BI.inherit(BI.Single, {
|
|
|
|
|
this.combo.populate.apply(this.combo, arguments); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
showView:function (){ |
|
|
|
|
this.combo.showView(); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
hideView:function (){ |
|
|
|
|
this.combo.hideView(); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
setValue: function (v) { |
|
|
|
|
this.storeValue = v || {}; |
|
|
|
|
this._assertValue(this.storeValue); |
|
|
|
|