因為需要把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>