jquery ckeditor
我正在尝试使用 JQuery CKEditor 插件。我下载了 .zip 存档,但是当我打开 < code>index.html 页面中,编辑器未显示在演示页面中,所以我猜这个存档中缺少某些内容或者我误解了某些内容。
I'm trying to use the JQuery CKEditor plugin. I downloaded the .zip archive, but when I open the index.html
page therein, the editor is not displayed in the demo page, so I guess there's something missing from this archive or I'm misunderstanding something.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我相信除了该 ZIP 文件中的代码之外,您还必须安装 CKEditor。安装它并在“jquery.CKEditor.js”文件顶部设置
path
,以便插件知道CKEditor在哪里。I believe you still have to install the CKEditor in addition to the code in that ZIP file. Install it and set the
path
at the top of the "jquery.CKEditor.js" file so that plugin knows where CKEditor is.https://github.com/galetahub/ckeditor
它包含所需的所有信息。对于工具栏配置,这篇文章可能会有所帮助:
Rails 3.1 ckeditor:在工具栏中添加字体大小?
https://github.com/galetahub/ckeditor
and it has all the information needed. for toolbar configuration this post might help:
Rails 3.1 ckeditor: Adding fontsize in toolbar?