Rumah  >  Artikel  >  pembangunan bahagian belakang  >  javascript - ueditor 怎么回显 整个html

javascript - ueditor 怎么回显 整个html

WBOY
WBOYasal
2016-08-04 09:21:571532semak imbas

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

<code> UE.getEditor('editor').execCommand('insertHtml', value);
 </code>

通过以上方式会提示错误

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

回复内容:

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

<code> UE.getEditor('editor').execCommand('insertHtml', value);
 </code>

通过以上方式会提示错误

<code>ueditor.all.min.js:11 Uncaught TypeError: Cannot read property 'getRange' of undefined</code>
Kenyataan:
Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn
Artikel sebelumnya:PHP和APACHE配置errorArtikel seterusnya:php在线更新解决方案