織夢 安裝UEditor編輯器

2021-08-27 23:32:51 字數 862 閱讀 8958

選擇 php 的 utf8 版本

win2008 選擇指令碼許可權 php5.2 isapi

第一步:把安裝包命名為「ueditor」,複製到 「include」 包下,和 「ckeditor」 同級

第二步:找到 include\inc\inc_fun_funadmin.php

第三步:開啟inc_fun_funadmin.php替換內容,在184行

替換內容為:

else if($globals['cfg_html_editor']=='ueditor')

else

if($gtype=="print")

else

}

第四步:進入**後台-->系統-->系統基本引數-->核心設定-->將 html編輯器的值改為 ueditor

效果圖:

織夢後台編輯器新增新字型

開啟include ckeditor ckeditor.js,搜尋i.font names,找到字型列表。新增所需的中文字型,新增後為 1 i.font names 微軟雅黑 微軟雅黑 宋體 宋體 黑體 黑體 仿宋 仿宋 楷體 楷體 隸書 隸書 幼圓 幼圓 arial arial,helvetica...

織夢後台編輯器新增中文字型

開啟include ckeditor ckeditor.js,搜尋i.font names,找到字型列表。新增所需的中文字型,新增後為 i.font names 微軟雅黑 微軟雅黑,宋體 宋體,黑體 黑體,仿宋 仿宋 gb2312 楷體 楷體 gb2312 隸書 隸書 幼圓 幼圓 arial ari...

UEditor文字編輯器

文件說明 1這兩句是設定id container 為容器的編輯器 js裡面的函式 obj.geteditor name 返回乙個var name 供後面呼叫 2 var ue ue.geteditor container 在 container後面設定引數 3 設定和讀取編輯器的內容 通 getco...