Home  >  Article  >  Backend Development  >  phpcms_V9编辑器的批量除了超链接功能开启

phpcms_V9编辑器的批量除了超链接功能开启

WBOY
WBOYOriginal
2016-06-13 13:05:33820browse

phpcms_V9编辑器的批量去除超链接功能开启
打开 statics/js/ckeditor/ckeditor.js

$.execCommand('unlink',false,null);


改成

$.execCommand('unlink',false,true);

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn