Ueditor1.3.6 setContent的一个bug

Posted 朝晖

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ueditor1.3.6 setContent的一个bug相关的知识,希望对你有一定的参考价值。

      Baidu Uedtior这个版本的占位标签为script标签,UE.get("editor")操作初始化编辑器,这个初始化动作似乎是个异步动作,在这个语句之后如果setContent就会报错:

Uncaught TypeError: Cannot read property ‘innerhtml‘ of undefined  

     可以用setTimeout语句把setContent操作时间线网往后移,以上错误就不会发生了。

以上是关于Ueditor1.3.6 setContent的一个bug的主要内容,如果未能解决你的问题,请参考以下文章

更改 UIAlertView 的背景颜色,我收到警告:未找到 -setContents 方法

升级到 Jetpack Compose Alpha 12 会导致 setContent 出现错误

Ueditor百度编辑器中的 setContent()方法的使用

QT 使用QDomDocument::setContent()读XML文件总是返回false

Gui系统之View体系---View的setContent

Android jetpack compose NoSuchMethodError: No static method setContent