Re: Make the editor vertically and horizontally stretched in the page

  •  07-30-2010, 9:13 AM

    Re: Make the editor vertically and horizontally stretched in the page

    Hi Adam,
    In my initial test, I was only using that property but it didn't work.
    I used a simple example, just the control and the property set to true.
     
    Here;s the page which contains a simple code:
     <%@ Page Language="C#" %>   
     <%@ Register Namespace="CuteEditor" Assembly="CuteEditor" TagPrefix="CE" %>   
     <!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 id="Head1" runat="server">   
         <title>Untitled Page</title>   
     </head>   
     <body>   
         <form id="form1" runat="server">   
             <div>   
                 <CE:Editor ID="editor1" runat="server" FullPage="True"/>
             </div>   
         </form>   
     </body>   
     </html>  
     
     
     
    Can  you please post the exact HTML code from your FullScreen.aspx ?
     
    Thank you.
View Complete Thread