資源簡介
文章為轉(zhuǎn)載以備用,請嚴格按要求修改, 特別是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個文件信息
- 上一篇:影院在線訂票系統(tǒng)
- 下一篇:php大作業(yè)
評論
共有 條評論