|
|
@ -42,7 +42,8 @@ BI.IconCombo = BI.inherit(BI.Widget, { |
|
|
|
height: o.height, |
|
|
|
height: o.height, |
|
|
|
iconWidth: o.iconWidth, |
|
|
|
iconWidth: o.iconWidth, |
|
|
|
iconHeight: o.iconHeight, |
|
|
|
iconHeight: o.iconHeight, |
|
|
|
value: o.value |
|
|
|
value: o.value, |
|
|
|
|
|
|
|
isShowDown: o.isShowDown |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.popup = BI.createWidget(o.popup, { |
|
|
|
this.popup = BI.createWidget(o.popup, { |
|
|
|
type: "bi.icon_combo_popup", |
|
|
|
type: "bi.icon_combo_popup", |
|
|
|