美文网首页
ueditor编辑html问题总结

ueditor编辑html问题总结

作者: 漓漾li | 来源:发表于2019-01-17 19:17 被阅读50次
  1. table和td都会被ueditor加上间距,是原本的html样式变乱
去除editor table默认样式的方法.png
  1. ueditor默认会把很多标签过滤替换掉,改变原本的html结构


    解决了ueditor过滤替换标签的问题.png
  2. table嵌套table,的样式会乱掉


    解决了ueditor table不能嵌套的问题.png
  3. 在ueditor destroy后,并没有注销window.onscroll事件(ueditor为了实现操作栏顶部吸附的效果注册的),导致报错


    ueditor destroy时没有注销滚动事件,会报错.png

相关文章

网友评论

      本文标题:ueditor编辑html问题总结

      本文链接:https://www.haomeiwen.com/subject/mxhwdqtx.html