|
|
@ -156,7 +156,7 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, { |
|
|
|
buttons: [{ |
|
|
|
buttons: [{ |
|
|
|
type: "bi.button", |
|
|
|
type: "bi.button", |
|
|
|
value: BI.i18nText("BI-Basic_Cancel"), |
|
|
|
value: BI.i18nText("BI-Basic_Cancel"), |
|
|
|
ghost: true, |
|
|
|
level: "ignore", |
|
|
|
height: 24, |
|
|
|
height: 24, |
|
|
|
handler: function () { |
|
|
|
handler: function () { |
|
|
|
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, false); |
|
|
|
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, false); |
|
|
|