资源简介
文章为转载以备用,请严格按要求修改, 特别是pageheader.htm这个文件
================================================================
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="
$input_value
var ue = UE.getEditor('editor');
UE.getEditor('editor').focus();
"; //zuimoban
$smarty->assign('FCKeditor', $kindeditor);
}
3、修改admin/templates/pageheader.htm
将:
{insert_scripts files="../js/transport.js,common.js,../js/utils.js"}
替换为:
<script type="tex
代码片段和文件信息
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-08-04 16:40 ueditor\
目录 0 2014-05-29 16:47 ueditor\dialogs\
目录 0 2014-05-29 16:47 ueditor\dialogs\anchor\
文件 1627 2014-05-29 16:47 ueditor\dialogs\anchor\anchor.html
目录 0 2014-05-29 16:47 ueditor\dialogs\attachment\
文件 15063 2014-05-29 16:47 ueditor\dialogs\attachment\attachment.css
文件 2370 2014-05-29 16:47 ueditor\dialogs\attachment\attachment.html
文件 30808 2014-05-29 16:47 ueditor\dialogs\attachment\attachment.js
目录 0 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\
文件 923 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\icon_chm.gif
文件 841 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\icon_default.png
文件 1012 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\icon_doc.gif
文件 949 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\icon_exe.gif
文件 950 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\icon_jpg.gif
文件 986 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\icon_mp3.gif
文件 1001 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\icon_mv.gif
文件 996 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\icon_pdf.gif
文件 1001 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\icon_ppt.gif
文件 1009 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\icon_psd.gif
文件 1007 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\icon_rar.gif
文件 970 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\icon_txt.gif
文件 1005 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\icon_xls.gif
目录 0 2014-05-29 16:47 ueditor\dialogs\attachment\images\
文件 1051 2014-05-29 16:47 ueditor\dialogs\attachment\images\alignicon.gif
文件 3714 2014-05-29 16:47 ueditor\dialogs\attachment\images\alignicon.png
文件 2810 2014-05-29 16:47 ueditor\dialogs\attachment\images\bg.png
文件 20097 2014-05-29 16:47 ueditor\dialogs\attachment\images\file-icons.gif
文件 44070 2014-05-29 16:47 ueditor\dialogs\attachment\images\file-icons.png
文件 453 2014-05-29 16:47 ueditor\dialogs\attachment\images\icons.gif
文件 2678 2014-05-29 16:47 ueditor\dialogs\attachment\images\icons.png
文件 1672 2014-05-29 16:47 ueditor\dialogs\attachment\images\image.png
............此处省略305个文件信息
----------- --------- ---------- ----- ----
目录 0 2014-08-04 16:40 ueditor\
目录 0 2014-05-29 16:47 ueditor\dialogs\
目录 0 2014-05-29 16:47 ueditor\dialogs\anchor\
文件 1627 2014-05-29 16:47 ueditor\dialogs\anchor\anchor.html
目录 0 2014-05-29 16:47 ueditor\dialogs\attachment\
文件 15063 2014-05-29 16:47 ueditor\dialogs\attachment\attachment.css
文件 2370 2014-05-29 16:47 ueditor\dialogs\attachment\attachment.html
文件 30808 2014-05-29 16:47 ueditor\dialogs\attachment\attachment.js
目录 0 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\
文件 923 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\icon_chm.gif
文件 841 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\icon_default.png
文件 1012 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\icon_doc.gif
文件 949 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\icon_exe.gif
文件 950 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\icon_jpg.gif
文件 986 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\icon_mp3.gif
文件 1001 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\icon_mv.gif
文件 996 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\icon_pdf.gif
文件 1001 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\icon_ppt.gif
文件 1009 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\icon_psd.gif
文件 1007 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\icon_rar.gif
文件 970 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\icon_txt.gif
文件 1005 2014-05-29 16:47 ueditor\dialogs\attachment\fileTypeImages\icon_xls.gif
目录 0 2014-05-29 16:47 ueditor\dialogs\attachment\images\
文件 1051 2014-05-29 16:47 ueditor\dialogs\attachment\images\alignicon.gif
文件 3714 2014-05-29 16:47 ueditor\dialogs\attachment\images\alignicon.png
文件 2810 2014-05-29 16:47 ueditor\dialogs\attachment\images\bg.png
文件 20097 2014-05-29 16:47 ueditor\dialogs\attachment\images\file-icons.gif
文件 44070 2014-05-29 16:47 ueditor\dialogs\attachment\images\file-icons.png
文件 453 2014-05-29 16:47 ueditor\dialogs\attachment\images\icons.gif
文件 2678 2014-05-29 16:47 ueditor\dialogs\attachment\images\icons.png
文件 1672 2014-05-29 16:47 ueditor\dialogs\attachment\images\image.png
............此处省略305个文件信息
相关资源
- 完美解决ecshop在php5.3以上版本中报错
- PHPcms整合Ueditor--水印
- ueditor将上传图片到七牛云整合
- ECshop_V3.0.0_UTF8_release0518.zip
- 最新ECshop支持php高版本 多模板全套源
- ECShopV3.0_UTF8正式版 官方正版
- ecshop多用户商城5.5最新版.zip
- ECSHOP 完美支持PHP5.45.55.6 不兼容5.3
- 2019新ecshop小米商城php源码+购物网站模
- ecshop源代码+茶叶商城模板+后台+微信
- 生鲜超市源代码php+mysql
- 全新ecshop小米商城php源码 购物网站模
- ecshop 完美兼容php5.4以上版本 php5.4 p
- ecshop同时支持php5、php7改动文件
- ECSHOP- 台灣宅配插件
- ueditor编辑器整合七牛云图片上传dem
- caozha-UEditor 富文本编辑器 v1.0.0
- ecshop 2.5正式版
- ecshop微信支付(高级能用版)
- ECSHOP补丁 插件 支付宝免签约支付 即
- ECShop商城系统ecshopv2.7.3支持PHP5.3 5.4
- ECshop多帐号登录插件
- ecshop个人免签约支付宝即时到帐插件
- ecshop 小京东v3
- ecshop微信支付V3插件
- ECshop3.6(ECshop_v3.6.0_UTF8_release)
- b2b2c商城(ECShop_V2.7.3_UTF8_release0411)
- ecshop3.6商城源码(附app服务端以及安
- ecshop第三方微信登录源码php
评论
共有 条评论