|
|
@ -4,7 +4,7 @@ |
|
|
|
BI.DownListCombo = BI.inherit(BI.Widget, { |
|
|
|
BI.DownListCombo = BI.inherit(BI.Widget, { |
|
|
|
_defaultConfig: function () { |
|
|
|
_defaultConfig: function () { |
|
|
|
return BI.extend(BI.DownListCombo.superclass._defaultConfig.apply(this, arguments), { |
|
|
|
return BI.extend(BI.DownListCombo.superclass._defaultConfig.apply(this, arguments), { |
|
|
|
baseCls: "bi-down-list-combo" + (BI.isIE() ? " hack" : ""), |
|
|
|
baseCls: "bi-down-list-combo", |
|
|
|
height: 24, |
|
|
|
height: 24, |
|
|
|
items: [], |
|
|
|
items: [], |
|
|
|
adjustLength: 0, |
|
|
|
adjustLength: 0, |
|
|
|