Remove Button from Editor

Remove Button from Editor

kea0811kea0811 Posts: 10Questions: 2Answers: 1

Is there a way I can remove the buttom from Editor?

Replies

  • zesszess Posts: 9Questions: 4Answers: 0
    edited July 2016

    yes, uncomment them

  • allanallan Posts: 61,627Questions: 1Answers: 10,090 Site admin

    Moreover, just don't include the code for the remove button.

    Most of the Editor examples include:

     { extend: "remove", editor: editor }
    

    Just remove that if you don't want the remove button.

    Allan

This discussion has been closed.