百度富文本禁止编辑
<script type="text/javascript">$(function () {editorcontent = new baidu.editor.ui.Editor();editorcontent.render('authentication');//禁用代码editorcontent.ready(function () {editorcontent.setDisabled();});try {editorcontent.sync();} catch (err) {}}); </script>