CKEditor添加一键排版插件实例,大家都知道phpcms也是ckeditor编辑器,那么如果增加这个一键排版这个牛逼功能呢增加好了后,效果图是这样的 废话不多说,直接说步骤第一步:config.js中statics\js\ckeditor\config.js中注册autoformat控件 config.extraPlugins = 'capture,videoforpc,flashplayer,autoformat'; 第二步,在statics\js\ckeditor\plugins 新建文…