@ -109,10 +109,10 @@ BI.DateInterval = BI.inherit(BI.Single, {
}
});
combo.on(BI.DynamicDateCombo.EVENT_BEFORE_POPUPVIEW, function () {
self.left.hidePopupView();
self.right.hidePopupView();
// combo.on(BI.DynamicDateCombo.EVENT_BEFORE_POPUPVIEW, function () {
// self.left.hidePopupView();
// self.right.hidePopupView();
// });
combo.on(BI.DynamicDateCombo.EVENT_CONFIRM, function () {
BI.Bubbles.hide("error");
@ -109,10 +109,11 @@ BI.TimeInterval = BI.inherit(BI.Single, {
combo.on(BI.DynamicDateTimeCombo.EVENT_BEFORE_POPUPVIEW, function () {
// 不知道干啥的,先注释掉
// combo.on(BI.DynamicDateTimeCombo.EVENT_BEFORE_POPUPVIEW, function () {
combo.on(BI.DynamicDateTimeCombo.EVENT_CONFIRM, function () {
@ -247,7 +247,7 @@ export interface _Widget extends _OB {
/**
* 根据wigetname获取子元素实例
*/
getWidgetByName(_name: string): _Widget;
getWidgetByName(_name: string): _Widget | undefined;
* 移除子元素