@ -85,6 +85,12 @@ BI.DownListCombo = BI.inherit(BI.Widget, {
},
getValue: function () {
return this.popupview.getValue();
adjustWidth: function () {
this.downlistcombo.adjustWidth();
adjustHeight: function () {
this.downlistcombo.adjustHeight();
}
});
BI.DownListCombo.EVENT_CHANGE = "EVENT_CHANGE";
@ -11,4 +11,8 @@ export declare class DownListCombo extends Widget {
showView: (e?: any) => void;
populate: (items?: any) => void;
adjustWidth: (e?: MouseEvent) => void;
adjustHeight: (e?: MouseEvent) => void;