Answers for "ckeditor selectionStart"

0

ckeditor selectionStart

<script>
 CKEDITOR.instances[ckeditor_id].insertText(val);
 // ckeditor will automatically append any text you want with code above by saving selectionStart as instances method
 // the val will be inserted at last clicked or active cursor position in ckeditor textarea
 </script>
Posted by: Guest on August-25-2020

Browse Popular Code Answers by Language