ecshop编辑器fckeditor换百度ueditor编辑器教程
2016-09-07 22:02 来源:www.chinab4c.com 作者:ecshop专家
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无法保存内容的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中的图处保存路径,用户也可以自行修改!
(责任编辑:chinab4c) |
最近更新
常用插件
- ecshop2.7.2生成虚拟订单2.
以前我们开发过ecshop下的虚拟订单,就是客户在访问的时候,会自动生...
- ecshop二次开发商品购买增
图片1香...
- ecshop没登陆情况下订单查
ecshop没登陆情况下订单查询插件,主要是针对ecshop在没有登陆的情况下...
- ecshop2.7.1邮件发送插件
ecshop2.7.1邮件发送插件:该插件主要的开发思想是源于ecshop短信发送系统...
- ecshop最小购买数量控制插
ecshop最小购买数量控制插件,这个插件主要是为我们提供一个十分方便...
ecshop热门问答
ecshop热门资料
centosgolang
ecshop指点迷津
ecshop关於
ecshop华语
ecshop云计算平台
ecshopregion
ecshop注册
ecshop站外廣告
ecshop阿里妈妈
ecshopflash抽奖程序
安装
ecshop布局乱
ecshop皇明
ecshopexp
dedecms发布
ecshop商品销售数量
ecshop母婴
ecshopclick
ecshop解方法
ecshop赠品
ecshopcompatible
ecshop条数
ecshop批量评论
ecshop网站购物系统
ecshop但是
ecshopecs_account_log
ecshop通行证
ecshop编缉
ecshop培训费
ecshop百度