国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網(wǎng)站 > 建站經(jīng)驗 > 正文

ecshop編輯器fckeditor換百度ueditor編輯器教程

2024-04-25 20:38:21
字體:
供稿:網(wǎng)友

1、下載uediter編輯器,解壓上傳目錄uediter到根目錄/includes/下

2、修改admin/includes/lib_main.php

/**

* 生成編輯器

* @param string input_name 輸入框名稱

* @param string input_value 輸入框值

*/

function create_html_editor($input_name, $input_value = '')

{

global $smarty;

$editor = new FCKeditor($input_name);

$editor->BasePath = '../includes/fckeditor/';

$editor->ToolbarSet = 'Normal';

$editor->Width = '100%';

$editor->Height = '320';

$editor->Value = $input_value;

$FCKeditor = $editor->CreateHtml();

$smarty->assign('FCKeditor', $FCKeditor);

}

修改為:

/**

* 生成編輯器

* @param string input_name 輸入框名稱

* @param string input_value 輸入框值

*/

function create_html_editor($input_name, $input_value = '')

{

global $smarty;

//www.zuimoban.com

$kindeditor="

<script id='editor' name='$input_name' type='text/plain' style='width:1024px;height:500px;'>$input_value</script>

<script type='text/javascript' charset='utf-8' src='../includes/ueditor/ueditor.config.js'></script>

<script type='text/javascript' charset='utf-8' src='../includes/ueditor/ueditor.all.min.js'> </script>

<script type='text/javascript' charset='utf-8' src='../includes/ueditor/lang/zh-cn/zh-cn.js'></script>

<script>

var ue = UE.getEditor('editor');

UE.getEditor('editor').focus();

</script>

<input type=/"submit/" value=/"提交/" />

"; //zuimoban

$smarty->assign('FCKeditor', $kindeditor);

}

3、修改admin/templates/pageheader.htm

將:

{insert_scripts files="../js/transport.js,common.js,../js/utils.js"}

替換為:

<script type="text/javascript" src="../includes/ueditor/fix_jquery/jquery.min.js" rel="stylesheet" /></script>

<script type="text/javascript" src="../includes/ueditor/fix_jquery/jquery.json-1.3.js" rel="stylesheet" /></script>

<script type="text/javascript" src="js/common.js" rel="stylesheet" /></script>

<script type="text/javascript" src="../includes/ueditor/fix_jquery/transport_json.js" rel="stylesheet" /></script>

{insert_scripts files="../js/utils.js"}

4、解決商品編輯中編輯器被重置,uedite無法保存內(nèi)容的bug。

admin/templates/goods_info.htm

找到

document.forms['theForm'].reset();

修改為:

//document.forms['theForm'].reset();

下載: http://pan.baidu.com/s/1hqGLeLm

密碼: qjuw

文件中已含js沖突修改文件,另外已修改php/config.json中的圖處保存路徑,用戶也可以自行修改!

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 上杭县| 宝兴县| 三台县| 吉林市| 黑河市| 综艺| 洮南市| 武胜县| 高淳县| 长岭县| 上杭县| 白山市| 柳江县| 长丰县| 西峡县| 武穴市| 巨野县| 凤阳县| 吉隆县| 建阳市| 祁连县| 诏安县| 方正县| 辽中县| 乐安县| 平乐县| 金塔县| 临沂市| 政和县| 柳州市| 扎囊县| 炎陵县| 灯塔市| 剑川县| 岳西县| 勐海县| 临泽县| 昂仁县| 盖州市| 兴仁县| 旺苍县|