Disable SizePlus and sizeminus?

Last post 03-07-2006, 6:45 PM by coph. 3 replies.
Sort Posts: Previous Next
  •  03-06-2006, 5:12 PM 16766

    Disable SizePlus and sizeminus?

    How does one do this?  Where is the configuration files can these buttons be removed?  As a suggestion, since one can set the size of the editor in VS, the default behavior should be to have this functionality disabled.  Anyone have an answer?
  •  03-06-2006, 6:25 PM 16767 in reply to 16766

    Re: Disable SizePlus and sizeminus?

    Never mind - found it by trial and error.  This is a nice product but your documentation is pretty sparse.
  •  03-07-2006, 5:46 PM 16813 in reply to 16767

    Re: Disable SizePlus and sizeminus?

    can you post a solution?
    thanks.
  •  03-07-2006, 6:45 PM 16816 in reply to 16813

    Re: Disable SizePlus and sizeminus?

    The solution is that it is just a property of the tag.  You can set it VS or manually by setting the properties like so:
     
    showdecreasebutton="False" showenlargebutton="False"
     
    These should be added to the tag that declares the control.  I hope this is helpful.
View as RSS news feed in XML