<script id="editor" name="content" type="text/plain" style="100%;height:400px;"></script>
html代码如上
var editor = UE.getEditor("editor"); editor.ready(function(){ editor.setContent("123"); })
js代码如上
<script id="editor" name="content" type="text/plain" style="100%;height:400px;"></script>
html代码如上
var editor = UE.getEditor("editor"); editor.ready(function(){ editor.setContent("123"); })
js代码如上