当前位置:   article > 正文

Uncaught ReferenceError: domUtils is not defined_ueditor domutils is not defined

ueditor domutils is not defined

控制台报错:Uncaught ReferenceError: domUtils is not defined
解决方案:
domUtils的前面加上UM.dom.(或者UE.dom.),根据前后的代码加入。

点击可以编辑时无效:

 function enableBtn() {
        var div = document.getElementById('btns');
		//重点改这里
        var btns = UM.dom.domUtils.getElementsByTagName(div, "button");
        for (var i = 0, btn; btn = btns[i++];) {
            UM.dom.domUtils.removeAttributes(btn, ["disabled"]);
        }
    }
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小蓝xlanll/article/detail/230279
推荐阅读
  

闽ICP备14008679号