Hi,
Quick question - I've tried setting:
CKEDITOR.config.startupFocus = true;
and this works great on start up. But what if I want it to keep focus when I switch between source and wysiwyg mode? I've tried CKEDITOR.focus() but it doesn't seem to put the cursor in the editing area.
Thanks,
Michele
Quick question - I've tried setting:
CKEDITOR.config.startupFocus = true;
and this works great on start up. But what if I want it to keep focus when I switch between source and wysiwyg mode? I've tried CKEDITOR.focus() but it doesn't seem to put the cursor in the editing area.
Thanks,
Michele
Re: reset focus when switching from source to wysiwyg
ckeditor.focus();
in the HandleComponentClick() method. But still when I switch modes, the focus is not in the editing area.
Any ideas? Thanks in advance!