Remove a Button from the toolbar

Last post 03-05-2013, 5:22 AM by Jeff. 1 replies.
Sort Posts: Previous Next
  •  03-02-2013, 1:42 PM 76970

    Remove a Button from the toolbar

    I can't find any documentaion on doing this. I want to use the full toolbar but remove the ""Save" button, if I try to define all the toolbar buttons they aren't arrayed nicely like the full toolbar layout.

     

    Surely there's a simply UI that can remove a toolbar button from one of the standard layouts ...

  •  03-05-2013, 5:22 AM 76980 in reply to 76970

    Re: Remove a Button from the toolbar

    Dear Mike Griffin,

     

    You can use DisabledItems property to do this.

    For example: 

    editor1.DisabledItems = "save"; 

     

    please refer to http://richtexteditor.com/test/property/disableditems.aspx

     

    Regards,

    Jeff 

View as RSS news feed in XML