如何修改CKEditor中的上下文菜单?
有谁知道如何修改CKEditor右键上下文菜单?
我试图弄清楚如何从右键单击菜单中删除“剪切、复制、粘贴、编辑 DIV”,并尝试向其中添加“插入图像、插入表格”。
Does anyone know how to modify the CKEditor right-click contex menu?
I am trying to figure out how to remove "Cut, Copy, Paste, Edit DIV" from the right-click menu, and trying to add "Insert Image, Insert Table" to it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
3.6.1 版在其 API 中支持删除上下文菜单项。
#7885 :新 editor::removeMenuItem 用于删除插件上下文菜单项的 API 引入。
Version 3.6.1 has support in their API for removing context menu items.
#7885 : New editor::removeMenuItem API for removing plugin context menu items introduced.