首頁  >  文章  >  後端開發  >  javascript - ueditor 怎麼回顯 整個html

javascript - ueditor 怎麼回顯 整個html

WBOY
WBOY原創
2016-08-04 09:21:571532瀏覽

因為需要把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>
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn