Disable Normal, HTML and Preview buttons

Last post 03-30-2007, 7:13 AM by MaximumK. 2 replies.
Sort Posts: Previous Next
  •  03-28-2007, 3:26 PM 27828

    Disable Normal, HTML and Preview buttons

    Hello.  I am currently in the process of evaluating version 5.2 of the Cute Editor.  The application that we are hoping to integrate your product with does not need the view options offered at the bottom of the window (Normal, HTML & Preview).  I would like normal view to be active at all times and I do not want the users to be able to change that.  Is there a way to disable these features?  Also, I would like to disable the + and - buttons at the bottom right.  I want the window to stay at my defined height and width parameters.  Any help would be greatly appreciated.  Thank you in advance.
    Filed under:
  •  03-28-2007, 3:35 PM 27829 in reply to 27828

    Re: Disable Normal, HTML and Preview buttons

    MaximumK,
    Please check the following property.

     

    Editor.ShowBottomBar Property

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

     


    Example Code

          <%
               Dim editor
               Set editor = New CuteEditor
               editor.ID = "Editor1"
               'Specifies whether the Bottom Bar(Design, Html and Preview Mode tab) appear.
               editor.ShowBottomBar = false
               editor.Text = "Hello World"
               editor.Draw()
          %>


    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

  •  03-30-2007, 7:13 AM 27893 in reply to 27829

    Re: Disable Normal, HTML and Preview buttons

    Thanks Adam.  That did the trick.  Appreciate the help
View as RSS news feed in XML