Re: Objects doesn't support this property or method - window.CuteEditorInitialize function

  •  11-12-2009, 1:11 AM

    Re: Objects doesn't support this property or method - window.CuteEditorInitialize function

    Hi janeshh,
     
    Please create a page like below and test on your site
     
    1. <%@ Page Language="C#" AutoEventWireup="True" %>   
    2.   
    3. <%@ Register Namespace="CuteEditor" Assembly="CuteEditor" TagPrefix="CE" %>   
    4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"  
    5.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">   
    6. <html xmlns="http://www.w3.org/1999/xhtml">   
    7. <head id="Head1" runat="server">   
    8. </head>   
    9. <body>   
    10.     <form id="Form1" runat="server">   
    11.         <CE:Editor ID="editor1" runat="server" >   
    12.         </CE:Editor>   
    13.     </form>   
    14. </body>   
    15. </html>  
    Keep me posted.
     
    Regards,
     
    Ken
View Complete Thread