Opened 12 years ago
Closed 12 years ago
#10488 closed New Feature (duplicate)
append the content with that tag and insert the tag using insertHtml()
Reported by: | rajanit74 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.6.5 |
Keywords: | Cc: |
Description
actually we arte using track changes in ckeditor.we are unable insert the text in ckeditor.
fakeObj = (String.fromCharCode(evt.data.keyCode)).toLowerCase();
var realElement = new CKEDITOR.dom.element('spandia7'); realElement.appendText(fakeObj);
editor.insertElement(realElement); if we use this output is <spandia7>r</spandia7>r .
we will append the content with that tag and insert the tag using insertHtml() and content is coming outside of tag because of the insertion of the browser.
it is coming like this,can u rectify and say where to make changes for this.
DUP of #10487.