guy 7 years ago
parent
commit
ed25fbb9e4
  1. 4
      bi/widget.js
  2. 4
      docs/widget.js
  3. 4
      src/widget/downlist/combo.downlist.js

4
bi/widget.js

@ -5638,6 +5638,10 @@ BI.DownListCombo = BI.inherit(BI.Widget, {
}); });
}, },
hideView: function () {
this.downlistcombo.hideView();
},
populate: function (items) { populate: function (items) {
this.popupview.populate(items); this.popupview.populate(items);
}, },

4
docs/widget.js

@ -5638,6 +5638,10 @@ BI.DownListCombo = BI.inherit(BI.Widget, {
}); });
}, },
hideView: function () {
this.downlistcombo.hideView();
},
populate: function (items) { populate: function (items) {
this.popupview.populate(items); this.popupview.populate(items);
}, },

4
src/widget/downlist/combo.downlist.js

@ -56,6 +56,10 @@ BI.DownListCombo = BI.inherit(BI.Widget, {
}); });
}, },
hideView: function () {
this.downlistcombo.hideView();
},
populate: function (items) { populate: function (items) {
this.popupview.populate(items); this.popupview.populate(items);
}, },

Loading…
Cancel
Save