关于ueditor一些使用记录

1.使用的引用配置顺序

<script src="utf8-net/ueditor.config.js"></script>
<script src="utf8-net/ueditor.all.min.js"></script>

2.使用

html

<script  type="text/plain"  id="content"  style="width: 800px; height: 300px;" ></script>

js

var ue = UE.getEditor('content');

3.注意

style里面的高宽要设置好,不能使用runat。

 

posted @ 2018-05-23 11:03  赤原  阅读(174)  评论(0编辑  收藏  举报