首页 > 其他 > 详细

百度ueditor学习使用

时间:2016-02-20 20:17:38      阅读:219      评论:0      收藏:0      [点我收藏+]

1、下载ueditor解压

2、技术分享

jsp里存放着开发所用到的jar包,导入项目即可

前端页面代码如下:

<center>
<form action="" method="post">
标题:<input name="title" value="" type="text" id="title" style="width:900px"/><br>
<div style="margin-top: 5px;margin-left: 45px">
<script id="editor" type="text/plain" style="width:900px;height:500px;" name="content"></script>
</div>
<div style="margin-left: -773px">
<input type="submit" value="发表帖子"/>
</div>
</form>
</center>

<script type="text/javascript">
//实例化编辑器
//建议使用工厂方法getEditor创建和引用编辑器实例,如果在某个闭包下引用该编辑器,直接调用UE.getEditor(‘editor‘)就能拿到相关的实例
var ue = UE.getEditor(‘editor‘);

</script>

百度ueditor学习使用

原文:http://www.cnblogs.com/swite/p/5203819.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!