|
|
@ -26938,6 +26938,7 @@ BI.LayerController = BI.inherit(BI.Controller, { |
|
|
|
}, op), context); |
|
|
|
}, op), context); |
|
|
|
var layout = BI.createWidget({ |
|
|
|
var layout = BI.createWidget({ |
|
|
|
type: "bi.absolute", |
|
|
|
type: "bi.absolute", |
|
|
|
|
|
|
|
invisible: true, |
|
|
|
items: [{ |
|
|
|
items: [{ |
|
|
|
el: widget, |
|
|
|
el: widget, |
|
|
|
left: 0, |
|
|
|
left: 0, |
|
|
@ -83049,6 +83050,9 @@ BI.RichEditorAction = BI.inherit(BI.Widget, { |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
doCommand: function (args) { |
|
|
|
doCommand: function (args) { |
|
|
|
|
|
|
|
// 执行命令前先恢复选区
|
|
|
|
|
|
|
|
this.options.editor.instance.restoreRng(); |
|
|
|
|
|
|
|
|
|
|
|
if (this.options.command) { |
|
|
|
if (this.options.command) { |
|
|
|
this.options.editor.nicCommand(this.options.command, args); |
|
|
|
this.options.editor.nicCommand(this.options.command, args); |
|
|
|
} |
|
|
|
} |
|
|
@ -99060,14 +99064,12 @@ BI.MultiSelectSearchInsertPane = BI.inherit(BI.Widget, { |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
this.addNotMatchTip = BI.createWidget({ |
|
|
|
this.addNotMatchTip = BI.createWidget({ |
|
|
|
type: "bi.icon_text_item", |
|
|
|
type: "bi.label", |
|
|
|
invisible: true, |
|
|
|
invisible: true, |
|
|
|
logic: { |
|
|
|
|
|
|
|
dynamic: true |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
text: BI.i18nText("BI-Basic_Click_To_Add_Text", ""), |
|
|
|
text: BI.i18nText("BI-Basic_Click_To_Add_Text", ""), |
|
|
|
cls: "text-add-tip-font", |
|
|
|
|
|
|
|
height: this.constants.height, |
|
|
|
height: this.constants.height, |
|
|
|
|
|
|
|
cls: "bi-high-light", |
|
|
|
|
|
|
|
hgap: 5, |
|
|
|
handler: function () { |
|
|
|
handler: function () { |
|
|
|
self.fireEvent(BI.MultiSelectSearchInsertPane.EVENT_ADD_ITEM, o.keywordGetter()); |
|
|
|
self.fireEvent(BI.MultiSelectSearchInsertPane.EVENT_ADD_ITEM, o.keywordGetter()); |
|
|
|
} |
|
|
|
} |
|
|
@ -99093,7 +99095,7 @@ BI.MultiSelectSearchInsertPane = BI.inherit(BI.Widget, { |
|
|
|
type: "bi.vtape", |
|
|
|
type: "bi.vtape", |
|
|
|
element: this, |
|
|
|
element: this, |
|
|
|
items: [{ |
|
|
|
items: [{ |
|
|
|
type: "bi.float_center_adapt", |
|
|
|
type: "bi.vertical", |
|
|
|
items: [this.tooltipClick, this.addNotMatchTip], |
|
|
|
items: [this.tooltipClick, this.addNotMatchTip], |
|
|
|
height: this.constants.height |
|
|
|
height: this.constants.height |
|
|
|
}, { |
|
|
|
}, { |
|
|
|