码迷,mamicode.com
首页 > 其他好文 > 详细

Ueditor注意的地方

时间:2017-10-09 18:33:47      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:config   保留   href   过滤   loop   edit   lis   target   好的   

复制粘贴内容到编辑器上时,一些标签的属性会被过滤,在config.js里添加白名单配置项,例如:

whitList: {
a: [‘target‘, ‘href‘, ‘title‘, ‘class‘, ‘style‘],
abbr: [‘title‘, ‘class‘, ‘style‘],
address: [‘class‘, ‘style‘],
area: [‘shape‘, ‘coords‘, ‘href‘, ‘alt‘],
article: [],
aside: [],
audio: [‘autoplay‘, ‘controls‘, ‘loop‘, ‘preload‘, ‘src‘, ‘class‘, ‘style‘],
b: [‘class‘, ‘style‘],
bdi: [‘dir‘],
bdo: [‘dir‘]

}

会保留这些设置好的属性内容

Ueditor注意的地方

标签:config   保留   href   过滤   loop   edit   lis   target   好的   

原文地址:http://www.cnblogs.com/su20110702048/p/7642155.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!