|
|
@ -29,6 +29,8 @@ BI.DownListGroupItem = BI.inherit(BI.BasicButton, { |
|
|
|
cls: o.iconCls1, |
|
|
|
cls: o.iconCls1, |
|
|
|
width: 36, |
|
|
|
width: 36, |
|
|
|
height: o.height, |
|
|
|
height: o.height, |
|
|
|
|
|
|
|
iconHeight: o.iconHeight, |
|
|
|
|
|
|
|
iconWidth: 36, |
|
|
|
disableSelected: true, |
|
|
|
disableSelected: true, |
|
|
|
selected: this._digest(o.value) |
|
|
|
selected: this._digest(o.value) |
|
|
|
}); |
|
|
|
}); |
|
|
|