帝国下载系统 V2.5 增加FCKeditor编辑器的方法

帝国下载系统 V2.5 增加FCKeditor编辑器的方法,第1张

帝国下载系统V2.5增加FCKeditor编辑器的方法

下载英制系统软件V2.5升级FCKeditor编辑器。你一定要参考一下。

下载FCKeditor放到网址根目录

admin/AddSoft.php
第80行
$softsay=htmlspecialchars($r[softsay]);改成$softsay=$r[softsay];

data/form/1.php
第224行
<textareaname="softsay"cols="67"rows="12"style="WIDTH:100%"><?=$softsay?></textarea>改成<?=$oFCKeditor->Create();?>

在顶端?>前提升
include("../FCKeditor/fckeditor.php");//FCKeditor包括文档
$oFCKeditor=newFCKeditor('softsay');
$oFCKeditor->BasePath="../FCKeditor/";
$oFCKeditor->Value="$softsay";

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zz/772916.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-03
下一篇 2022-05-03

发表评论

登录后才能评论

评论列表(0条)

保存