PHP中CKEditor的使用,该怎么处理
程序员文章站
2022-06-15 21:50:16
...
PHP中CKEditor的使用
有没有CKEditor针对PHP的开发文档,有的话能给个下载地址吗
比如我写的PHP代买
include("ckeditor.php");//导入ckeditor类
$sBasePath = $_SERVER['PHP_SELF'] ;
$sBasePath = dirname($sBasePath).'/';
$oCKEditor->BasePath = $sBasePath ;//以上三条都是配置ckeditor的路径
$CKEditor = new CKEditor();//建立一个CKEditor类
$CKEditor->editor("field1", "
editor这个函数有好多参数,参数的意思我不明白,所以往下没法编了,各位大侠能不能给个参考文档,里面有CKEditor这个类的使用说明,以及参数详解。谢谢,不胜感激
------解决方案--------------------
http://hi.baidu.com/lael80/blog/item/360e16f487f1ea63ddc47423.html
我的方法
有没有CKEditor针对PHP的开发文档,有的话能给个下载地址吗
比如我写的PHP代买
include("ckeditor.php");//导入ckeditor类
$sBasePath = $_SERVER['PHP_SELF'] ;
$sBasePath = dirname($sBasePath).'/';
$oCKEditor->BasePath = $sBasePath ;//以上三条都是配置ckeditor的路径
$CKEditor = new CKEditor();//建立一个CKEditor类
$CKEditor->editor("field1", "
Initial value.
", $config, $events);editor这个函数有好多参数,参数的意思我不明白,所以往下没法编了,各位大侠能不能给个参考文档,里面有CKEditor这个类的使用说明,以及参数详解。谢谢,不胜感激
------解决方案--------------------
http://hi.baidu.com/lael80/blog/item/360e16f487f1ea63ddc47423.html
我的方法
相关文章
相关视频