|
|
@ -59,7 +59,7 @@ BI.DynamicYearQuarterCombo = BI.inherit(BI.Widget, { |
|
|
|
|
|
|
|
|
|
|
|
this.combo = BI.createWidget({ |
|
|
|
this.combo = BI.createWidget({ |
|
|
|
type: "bi.combo", |
|
|
|
type: "bi.combo", |
|
|
|
cls: 'bi-border bi-border-radius bi-focus-shadow', |
|
|
|
cls: "bi-border bi-border-radius bi-focus-shadow", |
|
|
|
container: o.container, |
|
|
|
container: o.container, |
|
|
|
isNeedAdjustHeight: o.isNeedAdjustHeight, |
|
|
|
isNeedAdjustHeight: o.isNeedAdjustHeight, |
|
|
|
isNeedAdjustWidth: o.isNeedAdjustWidth, |
|
|
|
isNeedAdjustWidth: o.isNeedAdjustWidth, |
|
|
|