Click here to Skip to main content
15,867,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am not able to set focus to the ckeditor on basis of id. Please help me out I am stuck on this from past 2 month.

What I have tried:

I have tried javascript setfocus() and focus() methods too but those didn't helped me.
And also tried this.But didn't worked for me
<pre>var selection = editor.getSelection();
  var ranges = selection.getRanges();
  var range = ranges[0];

Can anyone help me in this?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900