php问题:我的根目录下有FCKeditor文件夹和一个test.php文件,我想在test.php文件里使用fckeditor怎么配置 10
3个回答
展开全部
先要引用:include "fckeditor/fckeditor.php";
然后在你想放编辑器的地方写上:
<?php
$oFCKeditor = new FCKeditor('content') ;
$oFCKeditor->BasePath = 'fckeditor/' ;
$oFCKeditor->ToolbarSet = 'Default' ;
$oFCKeditor->InstanceName = 'content' ;
$oFCKeditor->Width = '100%' ;
$oFCKeditor->Height = '400' ;
$oFCKeditor->Value = '';
$oFCKeditor->Create() ;
?>
然后在你想放编辑器的地方写上:
<?php
$oFCKeditor = new FCKeditor('content') ;
$oFCKeditor->BasePath = 'fckeditor/' ;
$oFCKeditor->ToolbarSet = 'Default' ;
$oFCKeditor->InstanceName = 'content' ;
$oFCKeditor->Width = '100%' ;
$oFCKeditor->Height = '400' ;
$oFCKeditor->Value = '';
$oFCKeditor->Create() ;
?>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你是想使用文件还是怎么回事?
如果是想使用同线目录下的文件,可以用 ../xxx.php
希望对你有所帮助
如果是想使用同线目录下的文件,可以用 ../xxx.php
希望对你有所帮助
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询