In Fckeditor, we can define the spellchecker with, for exemple, the setting FCKConfig.SpellChecker = 'SpellerPages' ; in fckeditor.config.js

How can I use the same spellchecker in CKeditor ?

Comments

dczepierga’s picture

Status: Active » Closed (fixed)

it's possible to disable scayt and add another plugin with spellchecker.

I found one example here:
http://cksource.com/forums/viewtopic.php?f=11&t=15893

Greetings

izmeez’s picture

Version: 6.x-1.2 » 6.x-1.9
Status: Closed (fixed) » Active

I hope you don't mind that I am re-opening this issue that is almost 18 months old, but it is directly related to my question.

I would also like to use Aspell (SpellerPages) rather than the default SCAYT because that uses an external website and ads neither of which is desired for some Drupal sites.

I have seen the link in comment#1 but it is not clear to me how best to proceed.

Is it possible to add the files from that link into the ckeditor module as a plugin rather than reconfiguring the ckeditor files directly?

Thanks,

Izzy