av激情亚洲男人的天堂国语,日韩欧美精品一中文字幕,无码av一区二区三区无码,国产又色又爽又刺激的a片,国产又色又爽又刺激的a片

ThinkPHP整合各大主流在線編輯器的方法

今天一個客戶要求在編輯器里增加可以拖動圖片的方法,研究了很久,發(fā)現(xiàn)這幾種編輯器只有在ie下才可以拖動圖片大小,包括網(wǎng)易用的編輯器,QQ空間的編輯器,先提前聲明一下。下面進入重點

修文網(wǎng)站制作公司哪家好,找創(chuàng)新互聯(lián)!從網(wǎng)頁設計、網(wǎng)站建設、微信開發(fā)、APP開發(fā)、響應式網(wǎng)站建設等網(wǎng)站項目制作,到程序開發(fā),運營維護。創(chuàng)新互聯(lián)于2013年創(chuàng)立到現(xiàn)在10年的時間,我們擁有了豐富的建站經(jīng)驗和運維經(jīng)驗,來保證我們的工作的順利進行。專注于網(wǎng)站建設就選創(chuàng)新互聯(lián)。

1.百度編輯器ueditor

先新建項目,生成以后在目錄下新建一個plugins文件夾

然后下載ueditor,地址:http://ueditor.baidu.com/website/download.html,注意編碼。下載以后解壓將整合文件夾放到plugins里,并且改名為ueditor

將項目名/Lib/Action/IndexAction.clas.php添加

 
 
 
 
  1. class IndexAction extends Action {
  2.     function index(){
  3.         $this->display();
  4.     }
  5. }

然后在對應的模版里添加,在中間添加

 
 
 
 
  1.  
  2.  

在需要的地方添加

 
 
 
 
  1.  
  2.  
  3.  
  4.     UE.getEditor('myEditor') 
  5.  
 
 
 
 
  1. toolbars:[
  2.             ['fullscreen', 'source', '|', 'undo', 'redo', '|',
  3.                 'bold', 'italic', 'underline', 'fontborder', 'strikethrough', 'superscript', 'subscript', 'removeformat', 'formatmatch', 'autotypeset', 'blockquote', 'pasteplain', '|', 'forecolor', 'backcolor', 'insertorderedlist', 'insertunorderedlist', 'selectall', 'cleardoc', '|',
  4.                 'rowspacingtop', 'rowspacingbottom', 'lineheight', '|',
  5.                 'customstyle', 'paragraph', 'fontfamily', 'fontsize', '|',
  6.                 'directionalityltr', 'directionalityrtl', 'indent', '|',
  7.                 'justifyleft', 'justifycenter', 'justifyright', 'justifyjustify', '|', 'touppercase', 'tolowercase', '|',
  8.                 'link', 'unlink', 'anchor', '|', 'imagenone', 'imageleft', 'imageright', 'imagecenter', '|',
  9.                 'insertimage', 'emotion', 'scrawl', 'insertvideo', 'music', 'attachment', 'map', 'gmap', 'insertframe','insertcode', 'webapp', 'pagebreak', 'template', 'background', '|',
  10.                 'horizontal', 'date', 'time', 'spechars', 'snapscreen', 'wordimage', '|',
  11.                 'inserttable', 'deletetable', 'insertparagraphbeforetable', 'insertrow', 'deleterow', 'insertcol', 'deletecol', 'mergecells', 'mergeright', 'mergedown', 'splittocells', 'splittorows', 'splittocols', '|',
  12.                 'print', 'preview', 'searchreplace', 'help']
  13.         ]

看需要刪除即可。

最近百度網(wǎng)盤有個活動,如果有興趣的朋友可以參加一下,還有個人收集的一些書籍

http://pan.baidu.com/share/link?shareid=3950160737&uk=3826886292

2.kindeditor

下載地址:http://www.kindsoft.net/down.php

解壓改名放到plugins下,

在模版里添加

 
 
 
 
  1.  
  2.  
 
 
 
 

即可,剩下的就是和后端的處理了。

一般我就比較喜歡使用這三種編輯器,而且各有特點,現(xiàn)在不喜歡fckeditor了,外觀不美觀,而且上傳之類的,容易出問題,包括有上傳漏洞。就不說了。有興趣的朋友可以加群:252799167一起學習進


分享標題:ThinkPHP整合各大主流在線編輯器的方法
鏈接分享:http://uogjgqi.cn/article/dpopdii.html
掃二維碼與項目經(jīng)理溝通

我們在微信上24小時期待你的聲音

解答本文疑問/技術咨詢/運營咨詢/技術建議/互聯(lián)網(wǎng)交流