I am trying to use the Ckeditor API to populate editor area with various elements. The API insertElement(element) will insert the element in the current postion, but this will create a child element.
Is there a way to move the position out of the current element or move the postion to the end of the textarea?
Ren
Is there a way to move the position out of the current element or move the postion to the end of the textarea?
Ren