DEDE fck編輯器外掛 圖片排版 自動排版 繁簡轉換
2、圖片排版,將編輯器中的圖片自動居中,免去每張單獨設定的煩惱。
3、簡繁轉換,可在編輯器中直接進行簡繁轉換,一鍵操作,方便快捷。
4、自動排版後,程式碼裡只保留段落標籤,粗體標籤,(會被自動替換成),垃圾程式碼自動過濾,保證了程式碼的整潔。
使用方法:
1、請先 下載js檔案,並把資料夾解壓到 /include 目錄下
2、開啟後臺文章模板 /dede/templets/article_add.htm,在head部分新增以下程式碼。
<script type="text/javascript" src="../include/editor_plus/plus_format_fck.js"></script>
然後找到以下程式碼(本程式碼的作用是載入編輯器)
<?php
GetEditor("body",$body,450);
?>
在下方加入如下程式碼
<input type="button" id="buttonj2f" onClick="jian2fan('body')" value="簡->繁">
<input type="button" name="formatbutton" value="自動排版" onClick="FormatText('body')"><input id="ifblank" name="ifblank" type="checkbox"><label for="ifblank" style='font-size:12px;'>段前空格?</label>
<input type="button" name="formatbutton_img" value="圖片排版" onClick="FormatImages('body')">
<input type="button" name="button" value="插入分頁標籤" onclick="javascript:insertHTMLToEditor('body', '#空格p#副空格標題空格#e#');" /><!--前邊分頁符的空格刪除-->
這是新新增文章,同樣的方法把article_edit.htm編輯文章模板也近上面的操作步驟修改儲存後上傳,大功告成!!!
4、進入網站後臺系統管理,更改編輯器為fck。