php fckeditor,php --- fckeditor
生活随笔
收集整理的這篇文章主要介紹了
php fckeditor,php --- fckeditor
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
在php中使用fckeditor時(shí):
在./fckeditor/editor/filemanager/connectors/php/config.php中
修該$_SESSION['user_name']中username值和$Config['UserFilesPath'] =$root_path.'Attachments/'.$date.'/';改為$Config['UserFilesPath'] =ROOT_PATH.'Attachments/'.$date.'/';
在頁面中調(diào)用
include("FCKeditor/fckeditor.php");
$oFCKeditor = new FCKeditor('FCKeditor1') ; // 創(chuàng)建FCKeditor實(shí)例
$oFCKeditor->BasePath = 'fckeditor/'; // 設(shè)置FCKeditor目錄地址
$FCKeditor->Width='100%'; //設(shè)置顯示寬度
$FCKeditor->Height='300px'; //設(shè)置顯示高度的高度
$fck=$oFCKeditor->CreateHtml() ; // 創(chuàng)建編輯器
總結(jié)
以上是生活随笔為你收集整理的php fckeditor,php --- fckeditor的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: php连接redis报错,PHP使用ph
- 下一篇: php ldap 创建用户,PHP LD