Thanks Paul for your reply.
There is a post in this forum, which mention that it can enabled by using:
CKEDITOR.config.extraPlugins += ',lotusspellchecker';
CKEDITOR.config.lotusSpellChecker = {
restUrl:'',
lang:'en',
suggestions:'5',
format:'json',
highlight: { element : 'span', styles : { 'background-color' : 'yellow', 'color' : 'black' } },
preventCache: true
};
http://www-10.lotus.com/ldd/xpagesforum.nsf/topicThread.xsp?action=openDocument&documentId=81F5386EEECE5801852578F600678554
But, I don't an idea how or where this code should be added.
Thanks in advance.