I'd like to activate the spellcheck plugin in CKEditor but it seems that IBM has disabled the native plugin.

Looking at the config.js in the data\domino\html\ckeditor directory on the Domino server I see this code describing a plugin called lotusSpellChecker but enabling this plugin doesn't seem to do anything.

config.lotusSpellChecker = {
    restUrl:'',
    lang:'en',
    suggestions:'5',
    format:'json',
    highlight: { element : 'span', styles : { 'background-color' : 'yellow', 'color' : 'black' } },
    preventCache: true
};

Does anybody know how to activate this plugin and why the native one has been disabled?

link|improve this question

67% accept rate
feedback

3 Answers

up vote 2 down vote accepted

I've only successfully activated the built-in spell checker by downloading the latest CKEditor release, copying it to the server and using that on an Xpage. See my post on the XPage forum for details:

http://www-10.lotus.com/ldd/xpagesforum.nsf/topicThread.xsp?action=openDocument&documentId=A198C7153DBD84348525798B0056DC6B

I've tried activating it in the default CKEditor installation but couldn't get it to work.

link|improve this answer
Did replacing the CKEditor version on the domino server cause any other issues? I know the version supplied with Domino has some special configuration and themes in it. did you merge with these or replace entire directory structure? – Declan Lynch Jan 31 at 15:37
Didn't test the extended functionality or merge any functionality. Just needed the basic editor functionality so I installed it next to the existing one in a separate folder on the server./ – Mark Leusink Feb 2 at 8:26
feedback

I can't make an official statement as to why it is disabled, but it is most likely for licensing reasons.

CKEditor uses Web Spell Checker. Details are here.

http://www.webspellchecker.net/

link|improve this answer
feedback

I have an update on this. SPR PHAN8R2GRE is created to look at including this functionality in a later release. In case you need to add a customer report to it.

All modern browsers come with spell checking capabilities which should activate for you on the field.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.