處理百度編輯器UEditor獲取內(nèi)容或粘貼內(nèi)容時(shí)丟失換行的問(wèn)題
當(dāng)前位置:點(diǎn)晴教程→知識(shí)管理交流
→『 技術(shù)文檔交流 』
:處理百度編輯器UEditor獲取內(nèi)容或粘貼內(nèi)容時(shí)丟失換行的問(wèn)題
粘貼時(shí)換行丟失:修改源碼ueditor.all.js,找到function filter(div), 將html = {'html': root.toHtml()}; 改為html = {'html':html}; 獲取編輯器內(nèi)容時(shí)換行丟失:不要使用UE.getEditor('editor').getContent();獲取內(nèi)容, 改用UE.getEditor('editor').body.innerHTML; 該文章在 2024/9/26 16:12:30 編輯過(guò) |
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |