windy 6 years ago
parent
commit
5c44ae4a29
  1. 2
      dist/_fineui.min.js
  2. 12
      dist/bundle.js
  3. 2
      dist/bundle.min.js
  4. 12
      dist/case.js
  5. 12
      dist/fineui.js
  6. 2
      dist/fineui.min.js
  7. 12
      src/case/combo/bubblecombo/popup.bubble.js

2
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

12
dist/bundle.js vendored

@ -77978,21 +77978,21 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
}, },
buttons: [{ buttons: [{
type: "bi.button", type: "bi.button",
value: BI.i18nText("BI-Basic_Sure"), value: BI.i18nText("BI-Basic_Cancel"),
level: "ignore",
height: 24, height: 24,
handler: function () { handler: function () {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, true); self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, false);
} }
}, { }, {
type: "bi.button", type: "bi.button",
value: BI.i18nText("BI-Basic_Cancel"), value: BI.i18nText("BI-Basic_Sure"),
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, true);
} }
}] }]
} };
}, },
populate: function (v) { populate: function (v) {

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

12
dist/case.js vendored

@ -5499,21 +5499,21 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
}, },
buttons: [{ buttons: [{
type: "bi.button", type: "bi.button",
value: BI.i18nText("BI-Basic_Sure"), value: BI.i18nText("BI-Basic_Cancel"),
level: "ignore",
height: 24, height: 24,
handler: function () { handler: function () {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, true); self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, false);
} }
}, { }, {
type: "bi.button", type: "bi.button",
value: BI.i18nText("BI-Basic_Cancel"), value: BI.i18nText("BI-Basic_Sure"),
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, true);
} }
}] }]
} };
}, },
populate: function (v) { populate: function (v) {

12
dist/fineui.js vendored

@ -78221,21 +78221,21 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
}, },
buttons: [{ buttons: [{
type: "bi.button", type: "bi.button",
value: BI.i18nText("BI-Basic_Sure"), value: BI.i18nText("BI-Basic_Cancel"),
level: "ignore",
height: 24, height: 24,
handler: function () { handler: function () {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, true); self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, false);
} }
}, { }, {
type: "bi.button", type: "bi.button",
value: BI.i18nText("BI-Basic_Cancel"), value: BI.i18nText("BI-Basic_Sure"),
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, true);
} }
}] }]
} };
}, },
populate: function (v) { populate: function (v) {

2
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

12
src/case/combo/bubblecombo/popup.bubble.js

@ -155,21 +155,21 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
}, },
buttons: [{ buttons: [{
type: "bi.button", type: "bi.button",
value: BI.i18nText("BI-Basic_Sure"), value: BI.i18nText("BI-Basic_Cancel"),
level: "ignore",
height: 24, height: 24,
handler: function () { handler: function () {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, true); self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, false);
} }
}, { }, {
type: "bi.button", type: "bi.button",
value: BI.i18nText("BI-Basic_Cancel"), value: BI.i18nText("BI-Basic_Sure"),
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, true);
} }
}] }]
} };
}, },
populate: function (v) { populate: function (v) {

Loading…
Cancel
Save