kindeditor修复会替换script内容的问题_javascript技巧
程序员文章站
2022-05-23 15:36:55
...
kindeditor一些个人修改
1.替换script里面的内容的问题
2.颜色选择器扩展,复制的fck编辑器选颜色
3.swfupload.swf上传前图片预览功能
kindeditor.js
function _formatHtml(html, htmlTags, urlType, wellFormatted, indentChar) { if (html == null) { html = ''; } //2015-03-25 html = html.replace(/textarea__/ig, "textarea"); urlType = urlType || ''; wellFormatted = _undef(wellFormatted, false); indentChar = _undef(indentChar, '\t'); var fontSizeList = 'xx-small,x-small,small,medium,large,x-large,xx-large'.split(','); //2015-04-02将script里面的数据读取处理 var obj = {}; var index = 0; html = html.replace(/(
以上所述就是修改的kindeditor的全部代码了,希望大家能够喜欢。
上一篇: php信息输出不全,该如何解决