|
|
@ -83342,21 +83342,12 @@ BI.shortcut("bi.rich_editor_text_toolbar", BI.RichEditorTextToolbar);/** |
|
|
|
// this.setContent("<br />");
|
|
|
|
// this.setContent("<br />");
|
|
|
|
} |
|
|
|
} |
|
|
|
this.instanceDoc = document.defaultView; |
|
|
|
this.instanceDoc = document.defaultView; |
|
|
|
this.elm.element.on("mousedown", BI.bind(function (e) { |
|
|
|
this.elm.element.on("mousedown", BI.bind(this.selected, this)); |
|
|
|
console.log(1); |
|
|
|
|
|
|
|
this.selected(e); |
|
|
|
|
|
|
|
}, this)); |
|
|
|
|
|
|
|
this.elm.element.on("keyup", BI.bind(this.keyDown, this)); |
|
|
|
this.elm.element.on("keyup", BI.bind(this.keyDown, this)); |
|
|
|
// this.elm.element.on("keydown", BI.bind(this.keyDown, this));
|
|
|
|
// this.elm.element.on("keydown", BI.bind(this.keyDown, this));
|
|
|
|
this.elm.element.on("focus", BI.bind(function (e) { |
|
|
|
this.elm.element.on("focus", BI.bind(this.selected, this)); |
|
|
|
console.log(2); |
|
|
|
|
|
|
|
this.selected(e); |
|
|
|
|
|
|
|
}, this)); |
|
|
|
|
|
|
|
this.elm.element.on("blur", BI.bind(this.blur, this)); |
|
|
|
this.elm.element.on("blur", BI.bind(this.blur, this)); |
|
|
|
this.elm.element.on("keyup", BI.bind(function (e) { |
|
|
|
this.elm.element.on("keyup", BI.bind(this.selected, this)); |
|
|
|
console.log(3); |
|
|
|
|
|
|
|
this.selected(e); |
|
|
|
|
|
|
|
}, this)); |
|
|
|
|
|
|
|
this.ne.fireEvent("add"); |
|
|
|
this.ne.fireEvent("add"); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|