CKEditor 的配置文件没有任何效果

Config file for CKEditor doesn't have any effects

我一直在 DNN ASP.NET 网站上工作,并且在我的 aspx 页面中使用了 CKEditor。我想排除自动保存插件并启用自动拼写检查器。 config.js 中 CKEditor 的代码是:

 CKEDITOR.editorConfig = function (config) {
    config.removePlugins = 'autosave';
    config.disableNativeSpellChecker = false;
};

但是,这个 config.js 对我的页面没有任何影响。你有什么主意吗?预先感谢您的帮助。

CKEditor的配置在别处管理。

以主持人身份登录

前往 "Host Settings" > "HTML Editor Manager"

在那里你会找到一个设置页面,你可以在其中配置各种东西,每个门户或全局。