Ueditor 出现 div h 等标签被 p标签取代问题

来源:互联网 发布:mac口红畅销的颜色 编辑:程序博客网 时间:2024/06/11 13:04

具体解决方案如下

ueditor.all.js中找到 UE.Editor.defaultOptions 在最后的返回对象中加入: allowDivTransToP: false, disabledTableInTable: true

前端插入html标签的写法

var templates = '<a class="ygCmsTemplate" dataType="Commodity" dataId="{0}" dataCode={1}" href="#">\<img src="{3}" style="max-width:560px" alt=""/>\<h5>{2}</h5>\</a>';var insertHtml = format(templates, selectedCommoditys);var ue = UE.getEditor('editorEfruitArticleContent');ue.execCommand("inserthtml", insertHtml, true)
0 0
原创粉丝点击