• 大小: 2.75MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-15
  • 语言: PHP
  • 标签: ecshop  ueditor  

资源简介

文章为转载以备用,请严格按要求修改, 特别是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个文件信息

评论

共有 条评论