如何禁用所见即所得编辑器 v1.1.1 上下文菜单我已经尝试过但不起作用
CKEDITOR.editorConfig = function( config )
{
config.removePlugins = 'contextmenu';
//also try this below code
config.removePlugins = 'contextmenu,liststyle,tabletools';
};
任何想法?
如何禁用所见即所得编辑器 v1.1.1 上下文菜单我已经尝试过但不起作用
CKEDITOR.editorConfig = function( config )
{
config.removePlugins = 'contextmenu';
//also try this below code
config.removePlugins = 'contextmenu,liststyle,tabletools';
};
任何想法?