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