ホームページ >バックエンド開発 >PHPチュートリアル >php fckeditor設定
<?php //加载入口文件 include("FCKeditor/fckeditor.php"); //建立对象 $oFCKeditor = new FCKeditor('content') ; //FCKeditor所在的位置 $oFCKeditor->BasePath = 'FCKeditor/' ; //工具按钮 $oFCKeditor->Width='100%'; $oFCKeditor->Height='450'; $oFCKeditor->ToolbarSet = 'Default' ; //$oFCKeditor->Value = $_SERVER['SCRIPT_NAME']; $oFCKeditor->Create();?>
content: テキストエリアの名前の値;
fckconfig.js: このファイルを開くと、変更できる 2 種類のカスタム ツールバーが表示されます。 FCKeditor/editor/filemanager /connectors/php/config.php: ファイルをアップロードする前に、最初の false を true に変更できます。次の「UserFilesPath」パラメータは、アップロードされたファイルを保存するパスです