标签: ckeditor ckeditor4.x
我正在尝试添加fastimage plugin,但它不起作用(它没有在图像对话框中显示)。我添加错误了吗?
在config.js中:
CKEDITOR.editorConfig = function( config ) { //Add the fastimage plugin and its dependencies config.extraPlugins = 'dialogui,dialog,fastimage'; ... }
我还需要做其他事吗?