FCKeditor 在Smarty中怎么用
FCKeditor 在Smarty中怎么用
include "FCKeditor/fckeditor.php" ;
$sBasePath = $_SERVER['PHP_SELF'] ;
$sBasePath = substr($sBasePath, 0, strpos($sBasePath, "art_show.php"));
$oFCKeditor = new FCKeditor('FCKeditor1');
$oFCKeditor->Config['SkinPath']= $sBasePath . 'FCKeditor/editor/skins/silver/' ;
$oFCKeditor->BasePath = $sBasePath ;
$oFCKeditor->Value = '' ;
$oFCKeditor->Create();
应该放在哪里?
问题点数:20、回复次数:5Top
1 楼wind840619(疯儿)回复于 2006-03-04 13:55:03 得分 0
?????Top
2 楼collins_nz(小强)回复于 2006-03-04 14:29:22 得分 0
assign $FCKeditor1这个函数就可以了。Top
3 楼wind840619(疯儿)回复于 2006-03-04 14:40:14 得分 0
to collins_nz(小强)
可以写详细点么
Top
4 楼wind840619(疯儿)回复于 2006-03-04 15:05:50 得分 0
不行阿 不明白你的意思 请教阿 晕Top
5 楼wind840619(疯儿)回复于 2006-03-04 15:09:43 得分 0
顶Top




