Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的项目中使用 NicEdit。我需要为一个特定模块中的链接禁用选项“当前窗口”。如何做到这一点?
谢谢你,桑索什
打开 nicEdit.js 文件并检查以 var nicLinkButton=nicEditorAdvancedButton.extend({addPane:function()
在该行中找到这个单词“当前窗口”并删除整个单词(“”:“当前窗口”,)。它将删除 nicEdit 中的当前窗口选项。然后保存文件并在浏览器中检查。
它会起作用的。