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
I'm using:
- Drupal 7.10
- WYSIWYG module
- CKEditor 3.6.2 for Drupal 7
Since I'm using the WYSIWYG module, I've followed the http://localhost/drupal-7.10/admin/conf ... nt/wysiwyg instructions and unpacked CKEditor in sites/all/libraries/, not sites/all/modules/. Not working atm
Re: CKEditor_basic not loading
Hi,
@ulfk we don't support WYSIWYG module here. You should search help on their project, tracker site (http://drupal.org/project/wysiwyg).
Re: CKEditor_basic not loading
Re: CKEditor_basic not loading
I'm can use CKE in Wordpress ?? . Help me !
Re: CKEditor_basic not loading
Yes, you can. See: http://docs.cksource.com/CKEditor_3.x/H ... stallation
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!