Ueditor富編輯器第二次開啟的時候會渲染失敗

2021-08-15 11:33:19 字數 325 閱讀 5595

1、在頁面或視窗關閉的時候,通過監聽頁面或視窗事件,在函式裡面銷毀富編輯器

if(typeof(ue.geteditor("newscontentadd")) !='undefined')

2、在頁面每次初始化的時候,先刪除掉以前的編輯器,再次進行初始化

//先刪除掉以前的ueditor,否則第二次開啟的時候會渲染失敗

ue.deleditor("newscontent");

//初始化渲染ueditor

var newscontent = ue.geteditor('newscontent',);

Ueditor富編輯器第二次開啟的時候會渲染失敗

1 在頁面或視窗關閉的時候,通過監聽頁面或視窗事件,在函式裡面銷毀富編輯器 if typeof ue.geteditor newscontentadd undefined 2 在頁面每次初始化的時候,先刪除掉以前的編輯器,再次進行初始化 先刪除掉以前的ueditor,否則第二次開啟的時候會渲染失敗 ...

富文字編輯器UEditor

獲取編輯器的內容 action find getinfo click function 清空編輯器的內容 action find clearinfo click function 給編輯器賦值 action find setvalueinfo click function en class acti...

Ueditor富文字編輯器

幾種知名開源富文字編輯器記錄和對比 僅供參考 一 將編輯器中文字儲存到資料庫中 1 引用 1 引入js檔案 2 寫文字 在需要引入編輯器的地方寫如下 3 js模組寫入隊編輯器的例項化及操作方法 此時在頁面即可看見富文字框 4 獲取內容 ue ue.geteditor editor var conte...