给ueditor编辑器赋值
Posted Harry-
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了给ueditor编辑器赋值相关的知识,希望对你有一定的参考价值。
<script id="editor" name="content" type="text/plain" style="width:100%;height:400px;"></script>
html代码如上
var editor = UE.getEditor("editor"); editor.ready(function(){ editor.setContent("123"); })
js代码如上
以上是关于给ueditor编辑器赋值的主要内容,如果未能解决你的问题,请参考以下文章
ueditor禁用编辑的时候报错:Uncaught TypeError: Cannot read property 'contentEditable' of undefined(代码片