|
|
|
@ -85,10 +85,16 @@ 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"; |
|
|
|
|
BI.DownListCombo.EVENT_SON_VALUE_CHANGE = "EVENT_SON_VALUE_CHANGE"; |
|
|
|
|
BI.DownListCombo.EVENT_BEFORE_POPUPVIEW = "EVENT_BEFORE_POPUPVIEW"; |
|
|
|
|
|
|
|
|
|
BI.shortcut("bi.down_list_combo", BI.DownListCombo); |
|
|
|
|
BI.shortcut("bi.down_list_combo", BI.DownListCombo); |
|
|
|
|