KindEditor 中 设置了 filterMode: true, htmlTags 中有 a: ['href', 'target', 'name'],
如果粘贴到KindEditor里面的信息有 <a href="https://www.baidu.com/" 不会过滤,
如果有 <a href="javascript:showDetail('8a818149559')" 【会被过滤】!!!
怎样设置都不过滤呢?
把第一个改成javascript:window.open("")
把什么改成javascript:window.open("")呢
@ASPNet天星: 写成一样的形式,容易设置规则
@编程点滴: kindeditor.js 中找了一天也没找到去掉过滤的代码
@ASPNet天星: a: [, 'target', 'name'],然后跳转改为javascript格式的吧
@编程点滴: 怎么改动呢?'href', 'target', 'name'都是a的属性