Ueditor注意的地方

Posted 嘿你的益达

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ueditor注意的地方相关的知识,希望对你有一定的参考价值。

复制粘贴内容到编辑器上时,一些标签的属性会被过滤,在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注意的地方的主要内容,如果未能解决你的问题,请参考以下文章

Ueditor插入视频问题

Ueditor无法上传图片异常

ueditor单独调用图片上传

PHP使用ueditor上传配置

ueditor搭建图片服务器

UEditor配置图片上传