时间:2021-05-02
下载 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";
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
帝国CMS后台所使用的fckeditor编辑器在IE10下会出现不兼容的情况,本文总结了如下几个帝国CMS后台fckeditor编辑器兼容IE10的方法:方法一
由于IE10以上版本头部信息不再包含“MSIE”内容,导致Fckeditor编辑器无法识别IE版本。因而,帝国CMS7.2版本更新Fckeditor编辑器,使编
FCKeditor FCKeditor编辑器页/查看编辑器版本/查看文件上传路径 FCKeditor编辑器页 FCKeditor/_samples/def
PHPCMS编辑器增加常用中文字体方法phpcms20081、打开\fckeditor\fckconfig.js2、查找FCKConfig.FontNames省
本文实例讲述了Smarty中调用FCKeditor的方法,分享给大家供大家参考。具体实现方法如下:FCKeditor是目前互联网上最好的在线编辑器。smarty