怎么使用ecshop源代码中的ckedit

2016-07-07 15:07 来源:www.chinab4c.com 作者:ecshop专家

怎么使用ecshop源代码的fckedit.
我用
<?php

$sBasePath = $_SERVER['PHP_SELF'] ;
$sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ;

$oFCKeditor = new FCKeditor('FCKeditor1') ;
$oFCKeditor->BasePath = $sBasePath ;
$oFCKeditor->Value = '' ;
$oFCKeditor->Create() ;
?>
这是fckeditor以前使用的方法,在ecshop怎么引用和使用fckeditor呢?