ckeditor import from word code example
Example: ckeditor append word
<script>
CKEDITOR.instances[ckeditor_id].insertText(val);
// the val will be inserted at last clicked or active cursor position in ckeditor textarea
</script>
<script>
CKEDITOR.instances[ckeditor_id].insertText(val);
// the val will be inserted at last clicked or active cursor position in ckeditor textarea
</script>