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.
我已经在我的 ajaxplorer 项目中升级了我的 CKEditor。我想在ckeditor 4中添加文档属性,我已经尝试了各种方式。通过在 class.AjxpCkEditor.js aven 中添加代码ckeditor.js但仍然成功。没有旧版本中的文档属性文件夹作为“docprops”。然后我复制了该文件夹并在 class.AjxpCkEditor.js 中进行了一些更改,但即使我进行了更改ckeditor.js但无法正常工作,它也无法正常工作。
ckeditor.js
此插件不包含在 3 个预定义预设中,因此您需要使用在线构建器构建您自己的 CKEditor 版本。
这是插件:http ://ckeditor.com/addon/docprops和插件安装说明。