Anyone know how to autofocus on the CKEDITOR text area on page load?
Currently the user has to click in the text area before they can start typing. Like Google, I\'d lik
Perhaps the startupFocus config option?
startupFocus
CKEDITOR.replace( 'meeting_notes', { startupFocus : true, toolbar : ...