|
|
@ -78144,7 +78144,7 @@ BI.BubblePopupView = BI.inherit(BI.PopupView, { |
|
|
|
_defaultConfig: function () { |
|
|
|
_defaultConfig: function () { |
|
|
|
var config = BI.BubblePopupView.superclass._defaultConfig.apply(this, arguments); |
|
|
|
var config = BI.BubblePopupView.superclass._defaultConfig.apply(this, arguments); |
|
|
|
return BI.extend(config, { |
|
|
|
return BI.extend(config, { |
|
|
|
baseCls: config.baseCls + " bi-bubble-popup-view bi-border" |
|
|
|
baseCls: config.baseCls + " bi-bubble-popup-view" |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
_init: function () { |
|
|
|
_init: function () { |
|
|
@ -78217,7 +78217,7 @@ BI.shortcut("bi.bubble_popup_view", BI.BubblePopupView); |
|
|
|
BI.BubblePopupBarView = BI.inherit(BI.BubblePopupView, { |
|
|
|
BI.BubblePopupBarView = BI.inherit(BI.BubblePopupView, { |
|
|
|
_defaultConfig: function () { |
|
|
|
_defaultConfig: function () { |
|
|
|
return BI.extend(BI.BubblePopupBarView.superclass._defaultConfig.apply(this, arguments), { |
|
|
|
return BI.extend(BI.BubblePopupBarView.superclass._defaultConfig.apply(this, arguments), { |
|
|
|
extraCls: "bi-bubble-bar-popup-view bi-border", |
|
|
|
extraCls: "bi-bubble-bar-popup-view", |
|
|
|
buttons: [{value: BI.i18nText("BI-Basic_Cancel"), ghost: true}, {value: BI.i18nText(BI.i18nText("BI-Basic_Sure"))}] |
|
|
|
buttons: [{value: BI.i18nText("BI-Basic_Cancel"), ghost: true}, {value: BI.i18nText(BI.i18nText("BI-Basic_Sure"))}] |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|