gpt4 book ai didi

notifications - 添加Ckeditor的wordcount插件后禁用复制和粘贴

转载 作者:行者123 更新时间:2023-12-04 06:06:40 28 4
gpt4 key购买 nike

我正在使用 字数 的插件ckeditor 用于字数统计。作为这个插件的要求,我添加了插件'通知 '。我的问题是添加通知插件后出现的问题 通过按键复制和粘贴被禁用 .我在控制台中收到以下错误:
注意:字数显示正确。

Uncaught TypeError: CKEDITOR.tools.getUniqueId is not a function Notification @ plugin.js?t=E4KA:121 (anonymous function) @ plugin.js?t=E4KA:360 i @ ckeditor.js:10 CKEDITOR.event.CKEDITOR.event.fire @ ckeditor.js:12 CKEDITOR.editor.CKEDITOR.editor.fire @ ckeditor.js:13 f @ ckeditor.js:594 (anonymous function) @ ckeditor.js:599 (anonymous function) @ ckeditor.js:598



我的添加字数和其他插件的代码如下:
CKEDITOR.config.extraPlugins = 'toolbar';
CKEDITOR.config.extraPlugins = 'htmlwriter';
CKEDITOR.config.extraPlugins = 'notification';
CKEDITOR.config.extraPlugins = 'wordcount';
CKEDITOR.config.wordcount = {
showParagraphs: true,
showWordCount: true,
countSpacesAsChars: false,
countHTML: false,
maxWordCount: 10
};

我在这里做错了什么吗?
请帮帮我。任何帮助都感激不尽。

最佳答案

我有同样的问题。通知插件似乎不适用于低于 4.5 的 CKEditor 版本。所以你需要升级CKEditor。您可以在网站上再次构建 CKEditor 包,并将您现在需要的新插件添加到以前的构建配置中 - 字数和通知。

关于notifications - 添加Ckeditor的wordcount插件后禁用复制和粘贴,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31847514/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com