1. 通过配置在控件初始化时设置

tinyMCE.init({  

        readonly : 1  

});  

2.tinymce.activeEditor.getBody().setAttribute('contenteditable', false);