|
|
@ -75495,7 +75495,7 @@ BI.IconCombo = BI.inherit(BI.Widget, { |
|
|
|
_defaultConfig: function () { |
|
|
|
_defaultConfig: function () { |
|
|
|
return BI.extend(BI.IconCombo.superclass._defaultConfig.apply(this, arguments), { |
|
|
|
return BI.extend(BI.IconCombo.superclass._defaultConfig.apply(this, arguments), { |
|
|
|
baseCls: "bi-icon-combo", |
|
|
|
baseCls: "bi-icon-combo", |
|
|
|
width: 24, |
|
|
|
width: 36, |
|
|
|
height: 24, |
|
|
|
height: 24, |
|
|
|
el: {}, |
|
|
|
el: {}, |
|
|
|
popup: {}, |
|
|
|
popup: {}, |
|
|
@ -75659,8 +75659,8 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, { |
|
|
|
el: {}, |
|
|
|
el: {}, |
|
|
|
items: [], |
|
|
|
items: [], |
|
|
|
iconCls: "", |
|
|
|
iconCls: "", |
|
|
|
width: 25, |
|
|
|
width: 36, |
|
|
|
height: 25, |
|
|
|
height: 24, |
|
|
|
isShowDown: true, |
|
|
|
isShowDown: true, |
|
|
|
value: "" |
|
|
|
value: "" |
|
|
|
}); |
|
|
|
}); |
|
|
@ -75678,7 +75678,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, { |
|
|
|
cls: "icon-combo-trigger-icon", |
|
|
|
cls: "icon-combo-trigger-icon", |
|
|
|
iconCls: iconCls, |
|
|
|
iconCls: iconCls, |
|
|
|
disableSelected: true, |
|
|
|
disableSelected: true, |
|
|
|
width: o.width, |
|
|
|
width: o.width - 12, |
|
|
|
height: o.height, |
|
|
|
height: o.height, |
|
|
|
iconWidth: o.iconWidth, |
|
|
|
iconWidth: o.iconWidth, |
|
|
|
iconHeight: o.iconHeight, |
|
|
|
iconHeight: o.iconHeight, |
|
|
@ -75689,7 +75689,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, { |
|
|
|
disableSelected: true, |
|
|
|
disableSelected: true, |
|
|
|
cls: "icon-combo-down-icon trigger-triangle-font", |
|
|
|
cls: "icon-combo-down-icon trigger-triangle-font", |
|
|
|
width: 12, |
|
|
|
width: 12, |
|
|
|
height: 8, |
|
|
|
height: o.height, |
|
|
|
selected: BI.isNotEmptyString(iconCls) |
|
|
|
selected: BI.isNotEmptyString(iconCls) |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.down.setVisible(o.isShowDown); |
|
|
|
this.down.setVisible(o.isShowDown); |
|
|
|