Because the entire html edited by ueditor needs to be saved to the database, the app needs to display it.
But this way ueditor cannot echo.
<code> UE.getEditor('editor').execCommand('insertHtml', value); </code>
An error will be prompted through the above method
<code>ueditor.all.min.js:11 Uncaught TypeError: Cannot read property 'getRange' of undefined</code>
Because the entire html edited by ueditor needs to be saved to the database, the app needs to display it.
But this way ueditor cannot echo.
<code> UE.getEditor('editor').execCommand('insertHtml', value); </code>
An error will be prompted through the above method
<code>ueditor.all.min.js:11 Uncaught TypeError: Cannot read property 'getRange' of undefined</code>