Spelll Checker Not Working

Last post 10-24-2008, 4:45 AM by Kenneth. 3 replies.
Sort Posts: Previous Next
  •  10-22-2008, 1:03 AM 45016

    Spelll Checker Not Working

    Spell checker does not  working for me. when i click on spell checker it checks for all words instead of  misspell words and suggestion list box is also empty.i know this is working in your exmple. i wanted to know is there any config setting or dll i have missed to install.
  •  10-22-2008, 6:55 AM 45028 in reply to 45016

    Re: Spelll Checker Not Working

    Hi nareshdusi,
     
     
    You can referrence this link
     
     
    To learn how to deployment the Cute Editor for .NET
     
    If you still have this issue,please send me a sample page which can reproduce this issue.
     
     
    Regards,
     
    Ken
  •  10-22-2008, 8:53 AM 45032 in reply to 45028

    Re: Spelll Checker Not Working

    Hi
    Yes we followed the same and bin directoy has those files in place and when we click on spell check  it does give us any error actually it checks for everysingle word instead of finding  wrong word as i said it will not be reprodible in your example but it just does not work in our page which has nothin just an cute editor and we click spell check button and it does ,
    i wanted to know is there any setting  i have missed?
  •  10-24-2008, 4:45 AM 45074 in reply to 45032

    Re: Spelll Checker Not Working

    Hi nareshdusi,
     
     
    Please create a new website only include  one page which include the following code and try again.

    <%@ Page Language="C#" %>

    <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title>Untitled Page</title>
    </head>
    <body>
        <form id="form1" runat="server">
            <div>
                <CE:Editor ID="editor1" runat="server">
                </CE:Editor>
            </div>
        </form>
    </body>
    </html>
     
     
    Regards,
     
    Ken
View as RSS news feed in XML