UEditor编辑器_记一次开发心得
1.UEditor编辑器官网:http://ueditor.baidu.com/website/
2.下载文件:选择1.4.3.3 .Net版本 UTF-8板
3.建一个ueditor文件夹,将下载的文件全部放进这个ueditor文件夹里。
4.新建一个aspx页面,需要引用以下文件
5.<body>……</body>需写代码
<script id="editor" type="text/plain" style="height: 300px;"></script>
<script type="text/javascript"> //实例化编辑器 //建议使用工厂方法getEditor创建和引用编辑器实例,如果在某个闭包下引用该编辑器,直接调用UE.getEditor('editor')就能拿到相关的实例 var ue = UE.getEditor('editor'); </script >
6. 一般图片保存可以看:ueditor\net\config.json
7.效果图:
相关推荐
layloge 2020-06-26
FoolishInfanta 2018-07-19
YUYISHARE 2019-04-23
wendyzhi 2019-04-02
半粒红豆 2017-03-29
花生宁静致远 2018-11-02
大头爸爸 2018-11-02
PHP100 2019-03-28
BAT 批处理程序 2017-09-15
chenzhiwei 2020-05-26
jollyhope 2020-05-10
zmosquito 2019-12-28
dinux 2018-01-10
jkl00 2018-09-21
郭大路路 2019-02-28
tuxlcsdn 2019-07-01
呼呼ozZ 2015-08-26
ApachePHPMySQL 2018-01-10
JasonYeung 2019-06-28