JavaScript error when trying to use Spellcheck feature

  •  07-31-2008, 1:00 PM

    JavaScript error when trying to use Spellcheck feature

    I am trying to use the spellcheck feature of the Cute Editor for .NET, and I get a JavaScript error stating: "Object doesn't support this property or method".  I have followed all of the deployment steps as follows:
     
    1. Make sure all of the dictionary files (like en-US.dic) are in the /bin.
    2. App has a reference to both the CuteEditor.dll and NetSpell.SpellChecker.dll
    3. The entire CuteSoft_Client folder is in the root of the project directory.
    The editor itself is working just fine, it is just the SpellCheck button that is not working.  Does anybody have any ideas on how to correct this issue?
     
    Thanks!
View Complete Thread