How to add scrollbar to the cute editor

Last post 05-21-2009, 9:45 PM by rajmohanp. 4 replies.
Sort Posts: Previous Next
  •  05-18-2009, 8:21 AM 52267

    How to add scrollbar to the cute editor

    How to add scrollbar to the cute editor, because when the screen resolution 1024 x 768 the buttons are all going outside of the width.
  •  05-18-2009, 2:48 PM 52286 in reply to 52267

    Re: How to add scrollbar to the cute editor

    It's very strange.
     
    1. Can you try the following code?
     
    <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
    <%@ Page language="c#"%>
    <html>
     <head>
     </head>
     <body>
      <form id="Form1" method="post" runat="server">
       <CE:EDITOR id="Editor1" Autoconfigure="Simple" runat="server"></CE:EDITOR>
      </form>
     </body>
    </html>
     
    2. Can you post a screenshot showing the problem?

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  05-19-2009, 9:53 PM 52342 in reply to 52286

    Re: How to add scrollbar to the cute editor

    It happens because of i changed the frame width.i fixed it.Anyway thanks.
    But i have doubt ,Is it possible to add a scroll bar for cute Editor. I used above code no changes happen.
     
  •  05-21-2009, 1:42 AM 52376 in reply to 52342

    Re: How to add scrollbar to the cute editor

    Hi rajmohanp,
     
    Can you post your code here?
     
    Regards,
     
    ken
  •  05-21-2009, 9:45 PM 52416 in reply to 52376

    Re: How to add scrollbar to the cute editor

    <CE:Editor ID="Editor1" runat="server" OnPostBackCommand="Editor1_PostBackCommand"
                    AutoConfigure="Full" ResizeMode="None" ShowCodeViewToolBar="False" Width="950px"
                    Height="700px" ShowPreviewMode="False" HyperlinkTarget="_blank" ShowEditMode="true"
                    EnableStripLinkTagsCodeInjection="False" ConvertHTMLTagstoLowercase="true"
                    EnableStripStyleTagsCodeInjection="False" EnableStripIframeTags="False" DisableAutoFormatting="True"
                    UsePhysicalFormattingTags="false" URLType="SiteRelative" EditCompleteDocument="true">
                </CE:Editor>
     

View as RSS news feed in XML