设置百度ueditor不可编辑

var ue = UE.getEditor('编辑器ID');
ue.ready(function() {
//不可编辑

ue.setDisabled();
});

原文地址:https://www.cnblogs.com/wangbiubiu/p/9322156.html