|
|
|
@ -82266,6 +82266,10 @@ BI.shortcut("bi.rich_editor_text_toolbar", BI.RichEditorTextToolbar);/**
|
|
|
|
|
// return false;
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
focus: function () { |
|
|
|
|
this.instance.focus(); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
setValue: function (v) { |
|
|
|
|
this.instance.setContent(v); |
|
|
|
|
}, |
|
|
|
@ -82451,6 +82455,10 @@ BI.shortcut("bi.rich_editor_text_toolbar", BI.RichEditorTextToolbar);/**
|
|
|
|
|
// return false;
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
focus: function () { |
|
|
|
|
this.setFocus(this.elm.element[0]); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
blur: function () { |
|
|
|
|
this.isFocused = false; |
|
|
|
|
this.elm.element.removeClass(prefix + "selected"); |
|
|
|
@ -83085,6 +83093,10 @@ BI.RichEditor = BI.inherit(BI.Widget, {
|
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
focus: function () { |
|
|
|
|
this.editor.focus(); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
setValue: function (v) { |
|
|
|
|
this.editor.setValue(v); |
|
|
|
|
}, |
|
|
|
|