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