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.
我正在尝试让 CKeditor 在浏览器上运行,然后再玩它。我克隆了 repo:https ://github.com/ckeditor/ckeditor-dev ,然后将简单的起始文件从文档复制到了一个 html 文件中:http ://docs.ckeditor.com/#!/guide/dev_framed . 当我运行 html 文件时,编辑器只是一个标准的 texteditor,而不是 ckeditor。我究竟做错了什么?
你有没有像这样实例化ckeditor:
CKEDITOR.replace('editor1');
您可以使用 jsFiddle 与 CKEditor 一起“玩”:
http://jsfiddle.net/EpokK/B4yGJ/