Is there away of removing the + /- sign?

Last post 07-24-2006, 11:37 AM by Adam. 1 replies.
Sort Posts: Previous Next
  •  07-24-2006, 8:54 AM 21183

    Is there away of removing the + /- sign?

    Hi,
     
    The question is in the subject.
     
    Daniel
  •  07-24-2006, 11:37 AM 21187 in reply to 21183

    Re: Is there away of removing the + /- sign?

    Daniel,
     
    Please check the following properties:
     
    Editor.ShowDecreaseButton Property

    Specifies whether the Decrease editing window button appear.

     


    Example Code

          <%
               Dim editor
               Set editor = New CuteEditor
               editor.ID = "Editor1"
               'Specifies whether the Decrease editing window button appear.
               editor.ShowDecreaseButton = false
               editor.Text = "Hello World"
               editor.Draw()
          %>

     
    Editor.ShowEnlargeButton Property

    Specifies whether the Enlarge editing window button appear.

     


    Example Code

          <%
               Dim editor
               Set editor = New CuteEditor
               editor.ID = "Editor1"
               'Specifies whether the Enlarge editing window button appear.
               editor.ShowEnlargeButton = 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

View as RSS news feed in XML