今天一个客户要求在编辑器里增加可以拖动图片的方法,研究了很久,发现这几种编辑器只有在ie下才可以拖动图片大小,包括网易用的编辑器,QQ空间的编辑器,先提前声明一下。下面进入重点
修文网站制作公司哪家好,找创新互联!从网页设计、网站建设、微信开发、APP开发、响应式网站建设等网站项目制作,到程序开发,运营维护。创新互联于2013年创立到现在10年的时间,我们拥有了丰富的建站经验和运维经验,来保证我们的工作的顺利进行。专注于网站建设就选创新互联。
1.百度编辑器ueditor
先新建项目,生成以后在目录下新建一个plugins文件夹
然后下载ueditor,地址:http://ueditor.baidu.com/website/download.html,注意编码。下载以后解压将整合文件夹放到plugins里,并且改名为ueditor
将项目名/Lib/Action/IndexAction.clas.php添加
- class IndexAction extends Action {
- function index(){
- $this->display();
- }
- }
然后在对应的模版里添加,在
中间添加在需要的地方添加
- toolbars:[
- ['fullscreen', 'source', '|', 'undo', 'redo', '|',
- 'bold', 'italic', 'underline', 'fontborder', 'strikethrough', 'superscript', 'subscript', 'removeformat', 'formatmatch', 'autotypeset', 'blockquote', 'pasteplain', '|', 'forecolor', 'backcolor', 'insertorderedlist', 'insertunorderedlist', 'selectall', 'cleardoc', '|',
- 'rowspacingtop', 'rowspacingbottom', 'lineheight', '|',
- 'customstyle', 'paragraph', 'fontfamily', 'fontsize', '|',
- 'directionalityltr', 'directionalityrtl', 'indent', '|',
- 'justifyleft', 'justifycenter', 'justifyright', 'justifyjustify', '|', 'touppercase', 'tolowercase', '|',
- 'link', 'unlink', 'anchor', '|', 'imagenone', 'imageleft', 'imageright', 'imagecenter', '|',
- 'insertimage', 'emotion', 'scrawl', 'insertvideo', 'music', 'attachment', 'map', 'gmap', 'insertframe','insertcode', 'webapp', 'pagebreak', 'template', 'background', '|',
- 'horizontal', 'date', 'time', 'spechars', 'snapscreen', 'wordimage', '|',
- 'inserttable', 'deletetable', 'insertparagraphbeforetable', 'insertrow', 'deleterow', 'insertcol', 'deletecol', 'mergecells', 'mergeright', 'mergedown', 'splittocells', 'splittorows', 'splittocols', '|',
- 'print', 'preview', 'searchreplace', 'help']
- ]
看需要删除即可。
最近百度网盘有个活动,如果有兴趣的朋友可以参加一下,还有个人收集的一些书籍
http://pan.baidu.com/share/link?shareid=3950160737&uk=3826886292
2.kindeditor
下载地址:http://www.kindsoft.net/down.php
解压改名放到plugins下,
在模版里添加
- KindEditor.ready(function(K) {
- window.editor = K.create('#editor_id');
- });
显示的样式,自然就是51cto博客编辑器的样子了。
3.xheditor ,号称最干净整洁的在线编辑器
下载地址:http://xheditor.com/download
复制到plugins下改名
在需要的模版中添加
即可,剩下的就是和后端的处理了。
一般我就比较喜欢使用这三种编辑器,而且各有特点,现在不喜欢fckeditor了,外观不美观,而且上传之类的,容易出问题,包括有上传漏洞。就不说了。有兴趣的朋友可以加群:252799167一起学习进
网页题目:ThinkPHP整合各大主流在线编辑器的方法
链接地址:http://www.mswzjz.com/qtweb/news22/199172.html
网站建设、网络推广公司-创新互联,是专注品牌与效果的网站制作,网络营销seo公司;服务项目有等
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联