We've purchased a licensed version of the spellchecker.net server and have set up custom dictionaries, but can't find anywhere in the FCKEditor documentation on how to pass the spellchecker.net "customDictionaryName" configuration array value. The documentation for calling the spellchecker via their WSC solution can be found at the very bottom of the following page http://wiki.spellchecker.net/doku.php?id=custom_dictionary_support. My original thought is that it would be passed in our custom FCK config file using the following set of keys:
FCKConfig.ScaytCustomUrl = "http://<spellcheckserver>/spellcheck/lf/scayt/scayt.js"; FCKConfig.CustomDictionaryName = ["1","3001"];
I've tried "customDictionaryName" and "CustomDictionaryName" but I don't think the variable is passed either way. Can anyone help?