configuring the cute editor

Last post 06-18-2009, 7:13 AM by Arunabandu. 4 replies.
Sort Posts: Previous Next
  •  06-16-2009, 10:51 AM 53174

    configuring the cute editor


     We are interested in buying this produt and we have 2 questions on configuration of the editor.
     
    1. Can we place the toolbars  on the right hand of the text area(editable area)? or can we completley separate it from text area?
    2. Can we remove or hide  the bottom bar of the editor which shows options Normal,html and preview?
     
    Thanks
     
     
  •  06-16-2009, 1:17 PM 53177 in reply to 53174

    Re: configuring the cute editor

    >>Can we place the toolbars  on the right hand of the text area(editable area)? or can we completley separate it from text area?
     
    Yes.
     
    Please check this example:
     
     
    Or this one:
     
     
    >>Can we remove or hide  the bottom bar of the editor which shows options Normal,html and preview?
     
    Yes.
     

    Editor.ShowBottomBar Property

    Specifies whether the Bottom Bar(Design, Html and Preview Mode tab) appear.

     
    Demo:
     
     
    Hope it helps.

    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

  •  06-18-2009, 3:37 AM 53243 in reply to 53177

    Re: configuring the cute editor

    Thanks for the quick feedback
     
    I downloaded the all test (http://richtextbox.com/test/CuteEditorTest.zip) and colud not find the "UseFloatToolbar.aspx" in that zip file .
     
    Could you post that aspx page so i can have better idea how to code this.
     
     
  •  06-18-2009, 6:05 AM 53252 in reply to 53174

    Re: configuring the cute editor

    Hi Arunabandu,
     
    Try this example
     
    1. <%@ Page Language="C#" %>   
    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 runat="server">   
    7.     <title>Untitled Page</title>   
    8. </head>   
    9. <body>   
    10.     <form id="form1" runat="server">   
    11.         <div style="margin-top: 80px;">   
    12.             <CE:Editor ID="Editor1" UseFloatToolbar="true" ShowBottomBar="false" runat="server">   
    13.             </CE:Editor>   
    14.         </div>   
    15.     </form>   
    16. </body>   
    17. </html>  

    Regards,
     
    ken
  •  06-18-2009, 7:13 AM 53258 in reply to 53252

    Re: configuring the cute editor

    Hi Kenneth,
     
    Can we have the control in the right hand of the text area(fixed to the page). if so give me example
     
    Thanks
     
    Aruna
View as RSS news feed in XML