Hello,
My query is simple : I want to place the cursor at the beginning of CKEditor. How to do that
I give the focus with :
CKEDITOR.instances.editor1.focus();
This trick (cursor to the beginning) works on Chrome but not Firefox.
Thank you,
EpokK
Re: How to set cursor position in CKEditor ?
I found !
You can change getAscendant according to your structure in CKEditor
Works fine :)
Works fine :)