Hi,
Two problems: both work fine using a normal asp.net textbox control. But neither works using the asp.net CKEditor control.
PROBLEM 1: I can't set the focus on the CKEditor text area.
In the code behind:
CKEditor1.focus(); <<< doesn't work
PROBLEM 2: I can't get character count using javascript (max char issue)
My code works on a normal textbox control, but doens't with the asp.net CKEditor control. If you want to see the code, let me know. Perhaps, both of these two issues are related.
Thanks for any thoughts.
Two problems: both work fine using a normal asp.net textbox control. But neither works using the asp.net CKEditor control.
PROBLEM 1: I can't set the focus on the CKEditor text area.
In the code behind:
CKEditor1.focus(); <<< doesn't work
PROBLEM 2: I can't get character count using javascript (max char issue)
My code works on a normal textbox control, but doens't with the asp.net CKEditor control. If you want to see the code, let me know. Perhaps, both of these two issues are related.
Thanks for any thoughts.

Re: asp.net focus and character count
http://dev.ckeditor.com/ticket/8727
http://dev.ckeditor.com/ticket/8728
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: asp.net focus and character count
Thank you.
Re: asp.net focus and character count
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!