Maison >développement back-end >tutoriel php >javascript - ueditor 怎么回显 整个html

javascript - ueditor 怎么回显 整个html

WBOY
WBOYoriginal
2016-08-04 09:21:571557parcourir

因为需要把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>
Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Article précédent:PHP和APACHE配置errorArticle suivant:php在线更新解决方案