I use the CKEditor in my Drupal 7 website and I have a page where users can create content. But since it a huge page with a dozen CKEditor fields, it takes a while to load the whole page on slow connections.
So I was looking for a way to load the CKEditor only when the user clicks inside the textfield. I fould this could be possible if you load the 'ckeditor_basic.js' in stead of the 'ckeditor.js'. Right?
But when I enable this function, and take a look at my website, the only file the browser is loading, is the 'ckeditor.js'-file. So, on '_basis.js'... Is this a known bug or what am I doing wrong?
So I was looking for a way to load the CKEditor only when the user clicks inside the textfield. I fould this could be possible if you load the 'ckeditor_basic.js' in stead of the 'ckeditor.js'. Right?
But when I enable this function, and take a look at my website, the only file the browser is loading, is the 'ckeditor.js'-file. So, on '_basis.js'... Is this a known bug or what am I doing wrong?

Re: CKEditor_basic not loading
Could you write first which Drupal, CKEditor module and CKEditor plugin do u use?
Do u enable in your drupal configuration all optimization settings with JS,CSS compressions... etc?
Greetings
Re: CKEditor_basic not loading
http://localhost/drupal-7.10/admin/conf ... nt/wysiwyg
Re: CKEditor_basic not loading
http://drupal.org/project/wysiwyg
Re: CKEditor_basic not loading
Re: CKEditor_basic not loading
Re: CKEditor_basic not loading
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!