大家好,今小编要介绍的是关于帝国下载系统 V2.5 增加FCKeditor编辑器的方法的相关内容,多方面分析说明,感兴趣朋友的可以参考学习。
关键词:帝国下载 FCKeditor 下载 FCKeditor 放在网站根目录
admin/AddSoft.php
第80行
$softsay=htmlspecialchars($r[softsay]); 改成 $softsay=$r[softsay];
data/form/1.php
第224行
<textarea name="softsay" cols="67" rows="12" style="WIDTH:100%"><?=$softsay?></textarea> 改成 <?=$oFCKeditor->Create();?>
在顶部?>前增加
include("../FCKeditor/fckeditor.php") ; //FCKeditor 包含文件
$oFCKeditor = new FCKeditor('softsay') ;
$oFCKeditor->BasePath = "../FCKeditor/" ;
$oFCKeditor->Value = "$softsay";
以上就是帝国下载系统 V2.5 增加FCKeditor编辑器的方法的全部内容,希望可以帮助到您。感谢对蚂蚁资源网的支持。
(责任编辑:
吴嘉宇)
版权声明:文章内容是蚂蚁资源网小编精心整合原创的,素材来源于互联网,如无意侵犯到您的权益,请联系网站客服核实版权信息,以便及时删除。