|
|
|
@ -93,7 +93,7 @@ BI.DynamicYearTrigger = BI.inherit(BI.Trigger, {
|
|
|
|
|
BI.createWidget({ |
|
|
|
|
element: this, |
|
|
|
|
type: "bi.horizontal_fill", |
|
|
|
|
columnSize: ["fill", ""], |
|
|
|
|
columnSize: ["fill", "", ""], |
|
|
|
|
items: [{ |
|
|
|
|
el: this.editor |
|
|
|
|
}, { |
|
|
|
@ -106,8 +106,7 @@ BI.DynamicYearTrigger = BI.inherit(BI.Trigger, {
|
|
|
|
|
el: { |
|
|
|
|
type: "bi.trigger_icon_button", |
|
|
|
|
width: this._const.iconWidth |
|
|
|
|
}, |
|
|
|
|
width: this._const.iconWidth |
|
|
|
|
} |
|
|
|
|
}] |
|
|
|
|
}); |
|
|
|
|
this.setValue(o.value); |
|
|
|
|