KindEditor.ready(function (K) {
editor = K.create('textarea[name="content"]', {
filterMode: true,//是否开启过滤模式
htmlTags : {
font : ['id', 'class', 'color', 'size', 'face', '.background-color'],
div : [
'id', 'class', 'align', '.border', '.margin', '.padding', '.text-align', '.color',
'.background-color', '.font-size', '.font-family', '.font-weight', '.background',
'.font-style', '.text-decoration', '.vertical-align', '.margin-left'
],
a : ['id', 'class', 'href', 'target', 'name'],
embed : ['id', 'class', 'src', 'width', 'height', 'type', 'loop', 'autostart', 'quality', '.width', '.height', 'align', 'allowscriptaccess'],
img : ['id', 'class', 'src', 'width', 'height', 'border', 'alt', 'title', 'align', '.width', '.height', '.border'],
'p,ol,ul,li,blockquote,h1,h2,h3,h4,h5,h6' : [
'id', 'class', 'align', '.text-align', '.color', '.background-color', '.font-size', '.font-family', '.background',
'.font-weight', '.font-style', '.text-decoration', '.vertical-align', '.text-indent', '.margin-left'
],
pre : ['id', 'class'],
hr : ['id', 'class', '.page-break-after'],
'br,tbody,tr,strong,b,sub,sup,em,i,u,strike,s,del' : ['id', 'class'],
iframe : ['id', 'class', 'src', 'frameborder', 'width', 'height', '.width', '.height']
}
});
});

最新文章

  1. ASE周会记录
  2. 支持10种格式的 HTML 表格导出 jQuery 插件
  3. css选择器中:first-child与:first-of-type的区别
  4. 不安装oracle客户端也可以使用pl/sql developer
  5. windows下安装python的C扩展编译环境(解决“Unable to find vcvarsall.bat”)
  6. HDU2084 数塔 (DP入门题)
  7. Node.js模块os
  8. 修改html很实用的insertAdjacentHTML方法
  9. 在MacOS下Python安装lxml报错xmlversion.h not found 报错的解决方案
  10. GDI+ 读取jpg图片每个像素的值
  11. 使用.Net Core+IView+Vue集成上传图片功能
  12. 【Python3练习题 014】 一个数如果恰好等于它的因子之和,这个数就称为“完数”。例如6=1+2+3。编程找出1000以内的所有完数。
  13. Android 常见异常及解决办法
  14. 使用 JS 实现文字左右跑马灯
  15. <转>ajax 同步异步问题
  16. POJ-3693/HDU-2459 Maximum repetition substring 最多重复次数的子串(需要输出具体子串,按字典序)
  17. SpringSecurity入门例子及遇到的问题解决
  18. git 放弃本地修改操作
  19. partition的分配策略简单代码实现
  20. 002-spring cache 基于声明式注解的缓存-01-Cacheable annotation

热门文章

  1. UVA1626 括号序列 Brackets sequence(区间dp)
  2. Day9---Python的集合类
  3. Android手机、电视(盒子) 打开ADB调试 一览表
  4. traceroute学习
  5. RDD缓存
  6. GeneXus笔记本—常用函数(上)
  7. 解决Layui数据表格中checkbox位置不居中
  8. thinkphp在 nginx 的conf文件配置
  9. Kotlin 的 Array 转 List
  10. 九、Rxjs请求对Observable进行封装