First, please understand that the translator in question.
Currently I am using ckeditor4 to create the first generation when the focus is moved to the ckeditor is asking for trouble.
1) Currently, several ckeditor to create a page each time you create a ckeditor going to focus like a scroll that is the problem gatda watda
2) creation of a ckeditor textarea ckeditor at the click-click moves the focus to the problem of forced
Things I've tried
1) By loading the scroll to 0
$ ('body'). animate ({
"scrollTop": 0
});
2) ckeditor use of the option value
The feature I want is to make startupFocus due to lack of English proficiency check is
I do not know ... he did correctly apply the
try {
CKEDITOR.remove (CKEDITOR.instances [conId]);
} Catch (e) {}
CKEDITOR.replace (
conId,
{
allowedContent: 'span div p [id, class]; h1 a img hr table tr td ul ol li [*] {*} (*) ',
startupFocus: false,
toolbar:
[
['Source']
]
});
Thank you.