HTML代码:
<script type="text/plain" id="editor" name="solcontent" style="height: 500px;width:800px">${smsServiceSolutionprogram.solcontent}</script>
Jquery代码:
$(function(){
var ue = UE.getEditor(''编辑器ID'');
ue.ready(function() {
//不可编辑
ue.setDisabled();
});
});