Re: Automatic Resize

  •  01-31-2013, 12:46 PM

    Re: Automatic Resize

    Hi gim-matt,

     

    It works fine for me, can you try the example page below? Does it work on your end too?

     

    1. <%@ Page Language="c#" %>  
    2.   
    3. <%@ Register TagPrefix="RTE" Namespace="RTE" Assembly="RichTextEditor" %>  
    4.   
    5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
    6. <html xmlns="http://www.w3.org/1999/xhtml">  
    7. <head>  
    8.     <title>example</title>  
    9. </head>  
    10. <body>  
    11.     <form id="Form1" method="post" runat="server">  
    12.         <div style="width:900px"></div>  
    13.         <RTE:Editor runat="server" ID="Editor1"  Width="100%"/>  
    14.     </form>  
    15. </body>  
    16. </html>  
     

    Regards,

     

    ken 

View Complete Thread