javascriptwysiwygnicedit

How to remove upload button in nicEdit text editor


I am fine with all the buttons of nicedit for my website. But i would like to remove upload button of the editor in one of my website. I got an option of ppulating button list, but i am searching for setting like:

fullPanel: true, hideButton: 'upload'


Solution

  • The plugin does not seem to have a hideButton option.
    You can either have the full button list, or explicitely choose the buttons to show with the buttonList option.

    Documentation

    I was thinking that maybe you could hide it using CSS but the plugin does add any class or IDs to the buttons so it would make it pretty unreliable to target.