gpt4 book ai didi

javascript - 如何在 Rails 3 应用程序中插入 CKEditor 插件?

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:03:07 25 4
gpt4 key购买 nike

我正在尝试使用 CKEditor 的 wordcouter 插件。我跟着this一起,但它似乎不起作用。在四处寻找之后,我发现有许多不同的 config.js 文件和许多 plugin 目录。我应该使用哪一个?

app/assets/ckeditor/plugins/
app/assets/ckeditor/_source/plugins/
app/assets/javascripts/ckeditor/plugins/
app/assets/javascripts/ckeditor/_source/plugins/
app/assets/javascripts/ckeditor/_source/core/plugins.js
app/assets/ckeditor/_source/core/plugins.js

当我解压缩 wordcount 时,它会给我一个名为 wordcount_1.05 的目录,我是否应该将其重命名为 wordcount

我在我的 config.js 文件中输入以下内容:

config.extraPlugins = 'wordcount';

config.wordcount = {

// Whether or not you want to show the Word Count
showWordCount: true,

// Whether or not you want to show the Char Count
showCharCount: false
};

但这似乎根本没有做任何事情。如果我稍微修改它(这只适用于我的 app/assets/javascripts/ckeditor/config.js 文件)来制作它:

CKEDITOR.config然后我的文本框完全停止显示。所以我觉得这是要修改的正确文件。

感谢您的帮助!

最佳答案

将插件目录放在 app/assets/javascripts/ckeditor/plugins/(适用于 Rails 4。)

关于javascript - 如何在 Rails 3 应用程序中插入 CKEditor 插件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16805305/

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