欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

javascript - ueditor 怎么回显 整个html

程序员文章站 2022-04-24 17:03:17
...
因为需要把ueditor编辑的整个html保存到数据库,app需要展示。
但这样ueditor的方式就无法回显。
 UE.getEditor('editor').execCommand('insertHtml', value);
 

通过以上方式会提示错误

ueditor.all.min.js:11 Uncaught TypeError: Cannot read property 'getRange' of undefined

回复内容:

因为需要把ueditor编辑的整个html保存到数据库,app需要展示。
但这样ueditor的方式就无法回显。

 UE.getEditor('editor').execCommand('insertHtml', value);
 

通过以上方式会提示错误

ueditor.all.min.js:11 Uncaught TypeError: Cannot read property 'getRange' of undefined
相关标签: javascript php