Opened 11 years ago

Closed 11 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.

Change History (1)

comment:1 Changed 11 years ago by Jakub Ś

Resolution: duplicate
Status: newclosed

DUP of #10487.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy