当前位置:
代码迷
>>
PHP
>> phpcms_V9编辑器的批量除了超链接功能开启
详细解决方案
phpcms_V9编辑器的批量除了超链接功能开启
热度:
53
发布时间:
2016-04-28 23:05:28.0
phpcms_V9编辑器的批量去除超链接功能开启
打开 statics/js/ckeditor/ckeditor.js
$.execCommand('unlink',false,null);
改成
$.execCommand('unlink',false,true);
相关解决方案
phpcms_v9 容易中毒