|
|
@ -8,6 +8,11 @@ import { DynamicDateTimeCombo } from "./dynamicdatetime.combo"; |
|
|
|
export class DynamicDateTimePopup extends Widget { |
|
|
|
export class DynamicDateTimePopup extends Widget { |
|
|
|
static xtype = "bi.dynamic_date_time_popup" |
|
|
|
static xtype = "bi.dynamic_date_time_popup" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
constants = { |
|
|
|
|
|
|
|
tabHeight: 40, |
|
|
|
|
|
|
|
buttonHeight: 24, |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
props = { |
|
|
|
props = { |
|
|
|
baseCls: "bi-dynamic-date-time-popup", |
|
|
|
baseCls: "bi-dynamic-date-time-popup", |
|
|
|
width: 272, |
|
|
|
width: 272, |
|
|
|