Re: TypeError: window.CuteEditorInitialize is not a function

  •  04-04-2013, 2:42 PM

    Re: TypeError: window.CuteEditorInitialize is not a function

    Hi artsaliva,

     

    Can you reproduce this issue with the example page below? Does it happens on all browsers?

     

    1. <%@ Page Language="C#" AutoEventWireup="true" %>  
    2.   
    3. <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>  
    4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
    5. <html xmlns="http://www.w3.org/1999/xhtml">  
    6. <head id="Head1" runat="server">  
    7.     <title></title>  
    8. </head>  
    9. <body>  
    10.     <form id="form1" runat="server">  
    11.         <div id="div1" style="width: 1000px">  
    12.             <CE:Editor ID="Editor1" runat="server">  
    13.             </CE:Editor>  
    14.     </form>  
    15. </body>  
    16. </html>  
     

    And I suggest you download the latest build and try again.

     

    Latest build downlaod url: http://cutesoft.net/downloads/folders/21904/download.aspx

     

    Regards,

     

    ken 

View Complete Thread