我有一个带有自定义对话框的自定义ckeditor插件。 对话框添加如下:
var dialog_file = this.path + 'dialogs/customdialog.js' ;
CKEDITOR.dialog.add( pluginName, dialog_file);
我想在对话框中确定加载了哪个ckeditor配置。我可以基于此做出假设并相应地设置变量。这可能吗?
还可以添加新的配置变量并检查它或类似的东西。但是如何从自定义对话框中访问配置变量?
由于
答案 0 :(得分:1)
在对话框的初始化过程中,您可以将其作为参数作为其调用的编辑器,然后您可以阅读editor.config