问题标签 [ckeditor-wordcount]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
django - 带有字数的 Django ckeditor
有谁知道如何将此wordcount 插件与现有的 django-ckeditor 应用程序集成?https://github.com/dwaiter/django-ckeditor或https://github.com/shaunsephton/django-ckeditor/。_
具体来说,我被困在第 4 步
对于您的 CKEditor 实例,使用以下 HTML 标记(
content
可以是您希望的任何元素名称,只要隐藏字段的元素名称格式为elementWordCount
)
我在哪里插入该Input
元素?
我正在使用小部件顺便说一句。
欢迎使用 wordcount 插件的替代解决方案。
javascript - 如何在 CDN ckeditor 中使用 wordcount?
为什么这不起作用?
在我的网站上,我的 wordcount 插件托管在(猜一猜)
我得到的错误:
GET http://cdn.ckeditor.com/404.shtml/net::ERR_TOO_MANY_REDIRECTS未捕获错误:[CKEDITOR.resourceManager.load] 在“ http://cdn.ckeditor.com/4.5找不到资源名称“通知” .8/standard/plugins/notification/plugin.js?t=G2VC "
javascript - ckeditor wordcount 启用还是禁用?
我已经为 ckeditor 安装了 ckeditor 和 wordcount 插件,但它没有启用。请给我建议如何在我的 ckeditor 中启用字数统计?
ckeditor:
配置.js
字数:plugin.js
请给我建议如何启用字数统计?
ckeditor4.x - CKEditor : wordcount - 无法在 CDN 中找到
引用 CDN 脚本时如何使用 wordcount 或任何其他插件。
问题1: 我指的是CDN下面,我在config.js中添加了extraplugin。但它说找不到“字数”。这是全包不知道为什么找不到。src="https://cdn.ckeditor.com/4.8.0/full-all/ckeditor.js"
问题 2: 有没有办法从 builder. 而是在本地拥有一切。
问题 3: 没有 CDN URL ng2-ckeditor 不会在编辑器中显示内容。我希望它与本地软件包一起使用。
javascript - CKeditor Wordcount 插件以针对特定字段
我正在使用 CKEditor - WYSIWYG HTML 编辑器 Drupal 7 模块和 wordcount 插件。我已经在 ckeditor 插件目录中添加了 wordcount 插件文件并让它工作,但是我的配置最大字数和字符数等对于所有字段都是相同的。我想为特定字段指定不同的最大字数和字符数。这是我的配置:
使用 CKEDITOR.replace 我做了以下事情:
这有效,但在刷新页面后,它又回到了全局最大字数和字符数。Textrea ID 是edit-body-und-0-summary
,但此标记在页面的其他地方重复。
如何向 textarea 标签添加唯一 ID 并为不同字段(例如 摘要和正文字段)设置不同的字数