Remove the Context Menu in TinyMCE

前端 未结 4 783
猫巷女王i
猫巷女王i 2020-12-20 13:26

TinyMCE has a built-in contextmenu which activates when you right-click in the content editor area. I need to remove this menu due to the copy/cut/paste in the menu. It fo

4条回答
  •  眼角桃花
    2020-12-20 14:16

    Try to remove the complete script in plugins/contextmenu/editor.plugin.js (It's only 1 line so it's sufficient to put 2 slashes at the start).

    It works for me, the contextmenu no longer appears.

提交回复
热议问题