主题: 如何调用kindEditor像调用fckeditor规范化
作者: 竹笠, 发布日期: 2008-07-08 12:17:55, 浏览数: 6969
file.php
$vartem['row']['htmleditor'] = 'include("fckeditor/fckeditor.php");
$oFCKeditor = new FCKeditor("content") ;
$oFCKeditor->BasePath = "./fckeditor/";
$oFCKeditor->Value = $vartem["row"]["content"];
$oFCKeditor->Create();';

file.html
EOT;
eval($vartem['row']['htmleditor']);
echo <<<EOT
发表新帖 发表回复