帝国cms

推荐列表 站点导航

当前位置:首页 > 建站教程 > 帝国cms >

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

来源:网络整理  作者:fen  发布时间:2020-12-26 02:34
帝国下载系统 V2.5 增加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; ,。

相关热词:

本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供用于网络技术学习参考,学习中请遵循相关法律法规!

本文地址: https://v30.fanwenzhu.com/jz/ecms/9156.shtml

Copyright © www.juheyunku.com      关于 | 合作 | 声明 | 联系 | 更新 | 地图 | Tags

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

2020-12-26 编辑:fen

下载 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; ,。

本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供学习参考!
本文地址为 https://v30.fanwenzhu.com/jz/ecms/9156.shtml

相关文章

风云图片

推荐阅读

返回帝国cms频道首页