ueditor 踩坑纪
本帖最后由 her_so 于 2018-4-25 16:10 编辑ueditor在特殊情况下不允许编辑
但是按照官方文档一直不行。。
var editor = UE.getEditor('content');
editor.setDisabled('fullscreen');
各种试了之后。。
var editor = UE.getEditor('content');
var load = "detail";
if(load=="detail"){
//查看界面 禁止编辑
editor.addListener("ready", function () {
// editor准备好之后才可以使用
editor.setDisabled('fullscreen');
});
}
页:
[1]