|
|
@ -36158,8 +36158,8 @@ BI.Single = BI.inherit(BI.Widget, { |
|
|
|
var title = type === "success" ? this.getTitle() : (this.getWarningTitle() || this.getTitle()); |
|
|
|
var title = type === "success" ? this.getTitle() : (this.getWarningTitle() || this.getTitle()); |
|
|
|
if (BI.isKey(title)) { |
|
|
|
if (BI.isKey(title)) { |
|
|
|
BI.Tooltips.show(e, this.getName(), title, type, this, opt); |
|
|
|
BI.Tooltips.show(e, this.getName(), title, type, this, opt); |
|
|
|
if (opt.action) { |
|
|
|
if (o.action) { |
|
|
|
BI.Actions.runAction(opt.action, "hover", o); |
|
|
|
BI.Actions.runAction(o.action, "hover", o); |
|
|
|
} |
|
|
|
} |
|
|
|
BI.Actions.runGlobalAction("hover", o); |
|
|
|
BI.Actions.runGlobalAction("hover", o); |
|
|
|
} |
|
|
|
} |
|
|
@ -78500,6 +78500,7 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, { |
|
|
|
var self = this, o = this.options; |
|
|
|
var self = this, o = this.options; |
|
|
|
this.trigger = BI.createWidget({ |
|
|
|
this.trigger = BI.createWidget({ |
|
|
|
type: "bi.select_icon_text_trigger", |
|
|
|
type: "bi.select_icon_text_trigger", |
|
|
|
|
|
|
|
action: o.action, |
|
|
|
items: o.items, |
|
|
|
items: o.items, |
|
|
|
height: o.height, |
|
|
|
height: o.height, |
|
|
|
text: o.text, |
|
|
|
text: o.text, |
|
|
@ -78665,6 +78666,7 @@ BI.SearchTextValueCombo = BI.inherit(BI.Widget, { |
|
|
|
ref: function () { |
|
|
|
ref: function () { |
|
|
|
self.trigger = this; |
|
|
|
self.trigger = this; |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
action: o.action, |
|
|
|
items: o.items, |
|
|
|
items: o.items, |
|
|
|
height: o.height - 2, |
|
|
|
height: o.height - 2, |
|
|
|
text: o.text, |
|
|
|
text: o.text, |
|
|
@ -79254,6 +79256,7 @@ BI.TextValueCombo = BI.inherit(BI.Widget, { |
|
|
|
var self = this, o = this.options; |
|
|
|
var self = this, o = this.options; |
|
|
|
this.trigger = BI.createWidget({ |
|
|
|
this.trigger = BI.createWidget({ |
|
|
|
type: "bi.select_text_trigger", |
|
|
|
type: "bi.select_text_trigger", |
|
|
|
|
|
|
|
action: o.action, |
|
|
|
items: o.items, |
|
|
|
items: o.items, |
|
|
|
height: o.height, |
|
|
|
height: o.height, |
|
|
|
text: o.text, |
|
|
|
text: o.text, |
|
|
|