|
|
@ -4,6 +4,7 @@ BI.DynamicDateTimePane = BI.inherit(BI.Widget, { |
|
|
|
baseCls: "bi-dynamic-date-pane", |
|
|
|
baseCls: "bi-dynamic-date-pane", |
|
|
|
minDate: "1900-01-01", |
|
|
|
minDate: "1900-01-01", |
|
|
|
maxDate: "2099-12-31", |
|
|
|
maxDate: "2099-12-31", |
|
|
|
|
|
|
|
supportDynamic: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
render: function () { |
|
|
|
render: function () { |
|
|
@ -13,6 +14,7 @@ BI.DynamicDateTimePane = BI.inherit(BI.Widget, { |
|
|
|
items: [{ |
|
|
|
items: [{ |
|
|
|
el: { |
|
|
|
el: { |
|
|
|
type: "bi.linear_segment", |
|
|
|
type: "bi.linear_segment", |
|
|
|
|
|
|
|
invisible: !o.supportDynamic, |
|
|
|
cls: "bi-split-bottom", |
|
|
|
cls: "bi-split-bottom", |
|
|
|
height: 30, |
|
|
|
height: 30, |
|
|
|
items: BI.createItems([{ |
|
|
|
items: BI.createItems([{ |
|
|
|