Browse Source

Merge pull request #601 in VISUAL/fineui from ~WINDY/fineui:master to master

* commit '8c8cee9ffa4167bf23d8147b35a497cfd7accc66':
  update
  更新
  无JIRA任务 日期分割线
es6
windy 6 years ago
parent
commit
d7100f51d3
  1. 1
      demo/js/case/combo/demo.search_text_value_combo.js
  2. 32
      dist/bundle.js
  3. 12
      dist/bundle.min.js
  4. 4
      dist/case.js
  5. 1
      dist/demo.js
  6. 32
      dist/fineui.js
  7. 12
      dist/fineui.min.js
  8. 28
      dist/widget.js
  9. 2
      src/case/combo/searchtextvaluecombo/combo.searchtextvalue.js
  10. 2
      src/case/linersegment/linear.segment.js
  11. 2
      src/widget/date/calendar/popup.calendar.date.js
  12. 2
      src/widget/datepane/card.static.datepane.js
  13. 2
      src/widget/datepane/datepane.js
  14. 2
      src/widget/datetimepane/card.static.datetimepane.js
  15. 2
      src/widget/datetimepane/datetimepane.js
  16. 2
      src/widget/downlist/popup.downlist.js
  17. 8
      src/widget/dynamicdate/dynamicdate.popup.js
  18. 8
      src/widget/dynamicdatetime/dynamicdatetime.popup.js

1
demo/js/case/combo/demo.search_text_value_combo.js

@ -11,7 +11,6 @@ Demo.SearchTextValueCombo = BI.inherit(BI.Widget, {
type: "bi.horizontal_auto",
items: [{
type: "bi.search_text_value_combo",
disabled: true,
ref: function () {
combo = this;
},

32
dist/bundle.js vendored

@ -53364,7 +53364,7 @@ BI.SearchTextValueCombo = BI.inherit(BI.Widget, {
items: o.items,
ref: function () {
self.popup = this;
// self.trigger.getSearcher().setAdapter(self.popup);
self.trigger.getSearcher().setAdapter(self.popup);
},
listeners: [{
eventName: BI.TextValueComboPopup.EVENT_CHANGE,
@ -55863,7 +55863,7 @@ BI.shortcut("bi.panel", BI.Panel);BI.LinearSegmentButton = BI.inherit(BI.BasicBu
BI.shortcut("bi.linear_segment_button", BI.LinearSegmentButton);BI.LinearSegment = BI.inherit(BI.Widget, {
props: {
baseCls: "bi-linear-segment bi-border-bottom",
baseCls: "bi-linear-segment bi-split-bottom",
items: [],
height: 29
},
@ -58933,7 +58933,7 @@ BI.DateCalendarPopup = BI.inherit(BI.Widget, {
}, {
el: {
type: "bi.layout",
cls: "bi-border-top"
cls: "bi-split-top"
},
height: 1,
top: 40,
@ -59212,7 +59212,7 @@ BI.StaticDatePaneCard = BI.inherit(BI.Widget, {
items: [{
el: {
type: "bi.layout",
cls: "bi-border-top"
cls: "bi-split-top"
},
height: 1,
top: 40,
@ -59293,7 +59293,7 @@ BI.shortcut("bi.static_date_pane_card", BI.StaticDatePaneCard);BI.DynamicDatePan
items: [{
el: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: 30,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),
@ -59997,7 +59997,7 @@ BI.shortcut("bi.date_time_trigger", BI.DateTimeTrigger);BI.StaticDateTimePaneCar
items: [{
el: {
type: "bi.layout",
cls: "bi-border-top"
cls: "bi-split-top"
},
height: 1,
top: 40,
@ -60085,7 +60085,7 @@ BI.shortcut("bi.static_date_time_pane_card", BI.StaticDateTimePaneCard);BI.Dynam
items: [{
el: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: 30,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),
@ -60732,7 +60732,7 @@ BI.DownListPopup = BI.inherit(BI.Pane, {
items: [{
el: {
type: "bi.layout",
cls: "bi-down-list-spliter bi-border-top cursor-pointer",
cls: "bi-down-list-spliter bi-split-top cursor-pointer",
height: 0
}
@ -61700,7 +61700,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-split-top",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
textHeight: c.buttonHeight - 1,
@ -61713,7 +61713,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-split-left bi-split-right bi-high-light bi-split-top",
shadow: true,
textHeight: c.buttonHeight - 1,
text: BI.i18nText("BI-Multi_Date_Today"),
@ -61729,7 +61729,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
@ -61756,7 +61756,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
},
tab: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: this.constants.tabHeight,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),
@ -62473,7 +62473,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
@ -62486,7 +62486,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-split-left bi-split-right bi-high-light bi-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Multi_Date_Today"),
@ -62502,7 +62502,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
@ -62529,7 +62529,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
},
tab: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: this.constants.tabHeight,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),

12
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

4
dist/case.js vendored

@ -4730,7 +4730,7 @@ BI.SearchTextValueCombo = BI.inherit(BI.Widget, {
items: o.items,
ref: function () {
self.popup = this;
// self.trigger.getSearcher().setAdapter(self.popup);
self.trigger.getSearcher().setAdapter(self.popup);
},
listeners: [{
eventName: BI.TextValueComboPopup.EVENT_CHANGE,
@ -7229,7 +7229,7 @@ BI.shortcut("bi.panel", BI.Panel);BI.LinearSegmentButton = BI.inherit(BI.BasicBu
BI.shortcut("bi.linear_segment_button", BI.LinearSegmentButton);BI.LinearSegment = BI.inherit(BI.Widget, {
props: {
baseCls: "bi-linear-segment bi-border-bottom",
baseCls: "bi-linear-segment bi-split-bottom",
items: [],
height: 29
},

1
dist/demo.js vendored

@ -1318,7 +1318,6 @@ Demo.SearchTextValueCombo = BI.inherit(BI.Widget, {
type: "bi.horizontal_auto",
items: [{
type: "bi.search_text_value_combo",
disabled: true,
ref: function () {
combo = this;
},

32
dist/fineui.js vendored

@ -53585,7 +53585,7 @@ BI.SearchTextValueCombo = BI.inherit(BI.Widget, {
items: o.items,
ref: function () {
self.popup = this;
// self.trigger.getSearcher().setAdapter(self.popup);
self.trigger.getSearcher().setAdapter(self.popup);
},
listeners: [{
eventName: BI.TextValueComboPopup.EVENT_CHANGE,
@ -56084,7 +56084,7 @@ BI.shortcut("bi.panel", BI.Panel);BI.LinearSegmentButton = BI.inherit(BI.BasicBu
BI.shortcut("bi.linear_segment_button", BI.LinearSegmentButton);BI.LinearSegment = BI.inherit(BI.Widget, {
props: {
baseCls: "bi-linear-segment bi-border-bottom",
baseCls: "bi-linear-segment bi-split-bottom",
items: [],
height: 29
},
@ -59154,7 +59154,7 @@ BI.DateCalendarPopup = BI.inherit(BI.Widget, {
}, {
el: {
type: "bi.layout",
cls: "bi-border-top"
cls: "bi-split-top"
},
height: 1,
top: 40,
@ -59433,7 +59433,7 @@ BI.StaticDatePaneCard = BI.inherit(BI.Widget, {
items: [{
el: {
type: "bi.layout",
cls: "bi-border-top"
cls: "bi-split-top"
},
height: 1,
top: 40,
@ -59514,7 +59514,7 @@ BI.shortcut("bi.static_date_pane_card", BI.StaticDatePaneCard);BI.DynamicDatePan
items: [{
el: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: 30,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),
@ -60218,7 +60218,7 @@ BI.shortcut("bi.date_time_trigger", BI.DateTimeTrigger);BI.StaticDateTimePaneCar
items: [{
el: {
type: "bi.layout",
cls: "bi-border-top"
cls: "bi-split-top"
},
height: 1,
top: 40,
@ -60306,7 +60306,7 @@ BI.shortcut("bi.static_date_time_pane_card", BI.StaticDateTimePaneCard);BI.Dynam
items: [{
el: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: 30,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),
@ -60953,7 +60953,7 @@ BI.DownListPopup = BI.inherit(BI.Pane, {
items: [{
el: {
type: "bi.layout",
cls: "bi-down-list-spliter bi-border-top cursor-pointer",
cls: "bi-down-list-spliter bi-split-top cursor-pointer",
height: 0
}
@ -61921,7 +61921,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-split-top",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
textHeight: c.buttonHeight - 1,
@ -61934,7 +61934,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-split-left bi-split-right bi-high-light bi-split-top",
shadow: true,
textHeight: c.buttonHeight - 1,
text: BI.i18nText("BI-Multi_Date_Today"),
@ -61950,7 +61950,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
@ -61977,7 +61977,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
},
tab: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: this.constants.tabHeight,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),
@ -62694,7 +62694,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
@ -62707,7 +62707,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-split-left bi-split-right bi-high-light bi-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Multi_Date_Today"),
@ -62723,7 +62723,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
@ -62750,7 +62750,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
},
tab: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: this.constants.tabHeight,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),

12
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

28
dist/widget.js vendored

@ -515,7 +515,7 @@ BI.DateCalendarPopup = BI.inherit(BI.Widget, {
}, {
el: {
type: "bi.layout",
cls: "bi-border-top"
cls: "bi-split-top"
},
height: 1,
top: 40,
@ -794,7 +794,7 @@ BI.StaticDatePaneCard = BI.inherit(BI.Widget, {
items: [{
el: {
type: "bi.layout",
cls: "bi-border-top"
cls: "bi-split-top"
},
height: 1,
top: 40,
@ -875,7 +875,7 @@ BI.shortcut("bi.static_date_pane_card", BI.StaticDatePaneCard);BI.DynamicDatePan
items: [{
el: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: 30,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),
@ -1579,7 +1579,7 @@ BI.shortcut("bi.date_time_trigger", BI.DateTimeTrigger);BI.StaticDateTimePaneCar
items: [{
el: {
type: "bi.layout",
cls: "bi-border-top"
cls: "bi-split-top"
},
height: 1,
top: 40,
@ -1667,7 +1667,7 @@ BI.shortcut("bi.static_date_time_pane_card", BI.StaticDateTimePaneCard);BI.Dynam
items: [{
el: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: 30,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),
@ -2314,7 +2314,7 @@ BI.DownListPopup = BI.inherit(BI.Pane, {
items: [{
el: {
type: "bi.layout",
cls: "bi-down-list-spliter bi-border-top cursor-pointer",
cls: "bi-down-list-spliter bi-split-top cursor-pointer",
height: 0
}
@ -3282,7 +3282,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-split-top",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
textHeight: c.buttonHeight - 1,
@ -3295,7 +3295,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-split-left bi-split-right bi-high-light bi-split-top",
shadow: true,
textHeight: c.buttonHeight - 1,
text: BI.i18nText("BI-Multi_Date_Today"),
@ -3311,7 +3311,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
@ -3338,7 +3338,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
},
tab: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: this.constants.tabHeight,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),
@ -4055,7 +4055,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
@ -4068,7 +4068,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-split-left bi-split-right bi-high-light bi-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Multi_Date_Today"),
@ -4084,7 +4084,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
@ -4111,7 +4111,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
},
tab: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: this.constants.tabHeight,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),

2
src/case/combo/searchtextvaluecombo/combo.searchtextvalue.js

@ -58,7 +58,7 @@ BI.SearchTextValueCombo = BI.inherit(BI.Widget, {
items: o.items,
ref: function () {
self.popup = this;
// self.trigger.getSearcher().setAdapter(self.popup);
self.trigger.getSearcher().setAdapter(self.popup);
},
listeners: [{
eventName: BI.TextValueComboPopup.EVENT_CHANGE,

2
src/case/linersegment/linear.segment.js

@ -1,7 +1,7 @@
BI.LinearSegment = BI.inherit(BI.Widget, {
props: {
baseCls: "bi-linear-segment bi-border-bottom",
baseCls: "bi-linear-segment bi-split-bottom",
items: [],
height: 29
},

2
src/widget/date/calendar/popup.calendar.date.js

@ -91,7 +91,7 @@ BI.DateCalendarPopup = BI.inherit(BI.Widget, {
}, {
el: {
type: "bi.layout",
cls: "bi-border-top"
cls: "bi-split-top"
},
height: 1,
top: 40,

2
src/widget/datepane/card.static.datepane.js

@ -80,7 +80,7 @@ BI.StaticDatePaneCard = BI.inherit(BI.Widget, {
items: [{
el: {
type: "bi.layout",
cls: "bi-border-top"
cls: "bi-split-top"
},
height: 1,
top: 40,

2
src/widget/datepane/datepane.js

@ -11,7 +11,7 @@ BI.DynamicDatePane = BI.inherit(BI.Widget, {
items: [{
el: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: 30,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),

2
src/widget/datetimepane/card.static.datetimepane.js

@ -92,7 +92,7 @@ BI.StaticDateTimePaneCard = BI.inherit(BI.Widget, {
items: [{
el: {
type: "bi.layout",
cls: "bi-border-top"
cls: "bi-split-top"
},
height: 1,
top: 40,

2
src/widget/datetimepane/datetimepane.js

@ -11,7 +11,7 @@ BI.DynamicDateTimePane = BI.inherit(BI.Widget, {
items: [{
el: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: 30,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),

2
src/widget/downlist/popup.downlist.js

@ -155,7 +155,7 @@ BI.DownListPopup = BI.inherit(BI.Pane, {
items: [{
el: {
type: "bi.layout",
cls: "bi-down-list-spliter bi-border-top cursor-pointer",
cls: "bi-down-list-spliter bi-split-top cursor-pointer",
height: 0
}

8
src/widget/dynamicdate/dynamicdate.popup.js

@ -25,7 +25,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-split-top",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
textHeight: c.buttonHeight - 1,
@ -38,7 +38,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-split-left bi-split-right bi-high-light bi-split-top",
shadow: true,
textHeight: c.buttonHeight - 1,
text: BI.i18nText("BI-Multi_Date_Today"),
@ -54,7 +54,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
@ -81,7 +81,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
},
tab: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: this.constants.tabHeight,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),

8
src/widget/dynamicdatetime/dynamicdatetime.popup.js

@ -25,7 +25,7 @@ BI.DynamicDateTimePopup = BI.inherit(BI.Widget, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
@ -38,7 +38,7 @@ BI.DynamicDateTimePopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-split-left bi-split-right bi-high-light bi-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Multi_Date_Today"),
@ -54,7 +54,7 @@ BI.DynamicDateTimePopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
@ -81,7 +81,7 @@ BI.DynamicDateTimePopup = BI.inherit(BI.Widget, {
},
tab: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: this.constants.tabHeight,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),

Loading…
Cancel
Save