SpellChecker.net Blog

September 28, 2009

How to make SCAYT default spell-checker in FCKeditor 2.6.5

WebSpellChecker (WSC) is a default spell-checker in FCKeditor 2.6.5. To make SpellCheckAsYouType (SCAYT) a default spell-checker in FCKeditor 2.6.5 please follow the instruction below:

1) Open ckconfig.js (…\FCKeditor_2.6.5\fckeditor\fckconfig.js) for edit
2) Change the value of parameter “FCKConfig.SpellChecker” to “SCAYT”

It should look like:

FCKConfig.SpellChecker = ‘SCAYT’.

Comments ->Welcome to the Forum.

February 6, 2009

FCKeditor 2.6.4 and WebSpellChecker embedding procedure

Filed under: Technical posts — Tags: , , — Andrew Zhuravok @ 5:52 pm

Some of SpellChecker.net customers were confused with the information on installation procedure. The installation procedure for the common version of WebSpellChecker requires sproxy script. The previous version of the WebSpellChecker plug-in for the FCKeditor is based on common version and requires sproxy script too.

The new WebSpellChecker plug-in for the FCKeditor is a part of the FCKeditor 2.6.4 and does not require any installation steps. All required settings/configuration already done in the plug-in code.