|
|
@ -76316,7 +76316,6 @@ BI.ColorChooser = BI.inherit(BI.Widget, { |
|
|
|
this.combo = BI.createWidget({ |
|
|
|
this.combo = BI.createWidget({ |
|
|
|
type: "bi.combo", |
|
|
|
type: "bi.combo", |
|
|
|
element: this, |
|
|
|
element: this, |
|
|
|
container: o.container, |
|
|
|
|
|
|
|
adjustLength: 1, |
|
|
|
adjustLength: 1, |
|
|
|
isNeedAdjustWidth: false, |
|
|
|
isNeedAdjustWidth: false, |
|
|
|
isNeedAdjustHeight: false, |
|
|
|
isNeedAdjustHeight: false, |
|
|
@ -76692,7 +76691,6 @@ BI.SimpleColorChooser = BI.inherit(BI.Widget, { |
|
|
|
this.combo = BI.createWidget({ |
|
|
|
this.combo = BI.createWidget({ |
|
|
|
type: "bi.color_chooser", |
|
|
|
type: "bi.color_chooser", |
|
|
|
element: this, |
|
|
|
element: this, |
|
|
|
container: o.container, |
|
|
|
|
|
|
|
value: o.value, |
|
|
|
value: o.value, |
|
|
|
popup: { |
|
|
|
popup: { |
|
|
|
type: "bi.simple_color_chooser_popup" |
|
|
|
type: "bi.simple_color_chooser_popup" |
|
|
@ -78643,7 +78641,6 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, { |
|
|
|
this.textIconCombo = BI.createWidget({ |
|
|
|
this.textIconCombo = BI.createWidget({ |
|
|
|
type: "bi.combo", |
|
|
|
type: "bi.combo", |
|
|
|
element: this, |
|
|
|
element: this, |
|
|
|
container: o.container, |
|
|
|
|
|
|
|
adjustLength: 2, |
|
|
|
adjustLength: 2, |
|
|
|
el: this.trigger, |
|
|
|
el: this.trigger, |
|
|
|
popup: { |
|
|
|
popup: { |
|
|
@ -83490,7 +83487,7 @@ BI.shortcut("bi.rich_editor_text_toolbar", BI.RichEditorTextToolbar);/** |
|
|
|
var self = this; |
|
|
|
var self = this; |
|
|
|
var found = false; |
|
|
|
var found = false; |
|
|
|
do { |
|
|
|
do { |
|
|
|
if (t.nodeName !== "svg" && t.className && t.className.indexOf && t.className.indexOf(prefix) != -1) { |
|
|
|
if (t.nodeName !== "svg" && t.className && t.className.indexOf(prefix) != -1) { |
|
|
|
return; |
|
|
|
return; |
|
|
|
// return false;
|
|
|
|
// return false;
|
|
|
|
} |
|
|
|
} |
|
|
|