码迷,mamicode.com
首页 > 其他好文 > 详细

给ueditor编辑器赋值

时间:2017-08-09 22:15:05      阅读:530      评论:0      收藏:0      [点我收藏+]

标签:htm   ready   read   tor   idt   赋值   plain   height   cti   

<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编辑器赋值

标签:htm   ready   read   tor   idt   赋值   plain   height   cti   

原文地址:http://www.cnblogs.com/liu-heng/p/7327721.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!