FCKeditor在php是怎么用的啊
FCKeditor在php是怎么用的啊
日期:2008-01-26 16:46:27 人气:3
function CreateEditor ($act,$id,$url) { #调用FCKeditor并补完发表文章的表单,act=0:发表新文章 =1修改文章
include("editor/fckeditor.php"); //FCKeditor已存放到此目录下
$oEditor = new FCKeditor ("content"); //对应于一个input控件,相当于是一个name=content的