关于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。

上一篇:android 自定义ViewSwipeBackHelper,实现左滑结束Activity


下一篇:苹果app审核,怎样申请加急审核