|
|
|
@ -62,6 +62,7 @@ BI.DynamicYearQuarterCombo = BI.inherit(BI.Widget, {
|
|
|
|
|
isNeedAdjustWidth: false, |
|
|
|
|
el: this.trigger, |
|
|
|
|
destroyWhenHide: true, |
|
|
|
|
adjustLength: 1, |
|
|
|
|
popup: { |
|
|
|
|
minWidth: 85, |
|
|
|
|
stopPropagation: false, |
|
|
|
@ -203,4 +204,4 @@ BI.shortcut("bi.dynamic_year_quarter_combo", BI.DynamicYearQuarterCombo);
|
|
|
|
|
BI.extend(BI.DynamicYearQuarterCombo, { |
|
|
|
|
Static: 1, |
|
|
|
|
Dynamic: 2 |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|