basepath = 'fckeditor/' ;	//工具按钮	$ofckeditor->width='100%';	$ofckeditor->height='450';	$ofckeditor->toolbarset = 'default' ;	//$ofckeditor->value		= $_server['script_name'];	$ofckeditor->create();?>
content:即textarea的name值;
  fckconfig.js:此文件打开后有'defaut'和'basic'两种自定义工具条种类,可以修改;
  fckeditor/editor/filemanager/connectors/php/config.php:可以把第一个false改为true,方可上传文件;下一个'userfilespath'参数,即是保存上传文件的路径
   
 
   