[點晴永久免費OA]百度編輯器UEditor加載后不執行ready方法的回調函數
當前位置:點晴教程→點晴OA辦公管理信息系統
→『 經驗分享&問題答疑 』
UEditor 為自定義的百度編輯器別名
剛開始這樣寫不執行:
UEditor.addListener("ready", function () {
UEditor.setContent(“html”);
});
改成如下運行正常:
UEditor.ready(function(){
UEditor.setContent(“html”);
}); 該文章在 2024/3/5 14:53:54 編輯過 |
關鍵字查詢
相關文章
正在查詢... |