Re: cute editor is not working in chorme/Firefox

  •  03-02-2016, 9:37 AM

    Re: cute editor is not working in chorme/Firefox

    Hi,

     

    Please create an example page with the code below, does it gets the same problem too? If yes, then I suggest you download the latest build at http://cutesoft.net/downloads/folders/21904/download.aspx to try again.

     

    1. <%@ Page Language="C#" ValidateRequest="false" %>  
    2.   
    3. <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>  
    4. <html>  
    5. <head>  
    6.     <title>example </title>  
    7. </head>  
    8. <body>  
    9.     <form id="Form1" runat="server">  
    10.         <CE:Editor ID="Editor1" runat="server" >  
    11.         </CE:Editor>  
    12.     </form>  
    13. </body>  
    14. </html>  
     

    Regards,

     

    Ken 

View Complete Thread