Texto de empuje de Ckeditor frente al cursor
$.fn.insertAtCaret = function (myValue) {
myValue = myValue.trim();
CKEDITOR.instances['idofeditor'].insertText(myValue);
};
Frail Fowl