标签: javascript ckeditor ckeditor4.x
有没有办法使用CKEditor(4.4.x)内置白名单引擎来清理JavaScript中的HTML?我的意思是,让我说我已经在我的页面中加载了CKEditor并且我有一个包含HTML的字符串变量,有没有办法调用字符串上的CKEditor过滤器来获得一个已清理的白名单版本?
答案 0 :(得分:3)
嗯,看起来可能是CKEDITOR.instances['myCKEInstance'].dataProcessor.toHtml(myHTMLstring)。
CKEDITOR.instances['myCKEInstance'].dataProcessor.toHtml(myHTMLstring)
http://docs.ckeditor.com/#!/api/CKEDITOR.htmlDataProcessor