<? include("fckeditor/fckeditor.php") ; $sBasePath = $_SERVER['PHP_SELF'] ; $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "admin" ) ) . "admin/fckeditor/" ; $oFCKeditor = new FCKeditor('news_content') ; $oFCKeditor->BasePath = $sBasePath ; $oFCKeditor->Value = $news_content ; $oFCKeditor->Width = 600; $oFCKeditor->Height = 300; $oFCKeditor->ToolbarSet = 'Default'; $oFCKeditor->Config['SkinPath'] = $sBasePath . 'editor/skins/default/' ; $oFCKeditor->Create() ; ?>
Mon, 10/02/2006 - 06:44
#1
