一、PHP呼叫fckeditor方法。
二、JS呼叫fckeditor方法。
複製程式碼 程式碼如下:
require_once(PATH_PitorRE.”fckededPitor); / 包含fckeditor類,
$oFCKeditor = new FCKeditor('content') ; //建立一個fckeditor對象,表單的名稱為content
$oFCKeditor->BasePath=”../fckeditor/”; //編輯器所在目錄
$oFCKeditor->ToolbarSet=”Yiyunnet”; // 預設編輯器工具列有Basic(基本工具) Default(所有工具)Soft(分一欄可以插入圖片影片) Renpeng (可以上傳圖片影片分為兩欄) Full (三欄)
$oFCKeditor->Height='100%'; //高度
$oFCKeditor->Width='100%'; //寬度
$oFCKeditor ->Value=”"; //初始值還可設定以下部分(”=”包含部分),並非必須:
$oFCKeditor->Config['SkinPath'] = '../editor/skins/silver /'; // 設定編輯器皮膚共有三種皮膚default
$oFCKeditor->Create(); //在要顯示編緝器的地方輸出變數$myeditor的值就行了
?>
複製程式碼 程式碼如下:
複製程式碼 程式碼如下:
複製程式碼
程式碼如下:
>
以上就介紹了ueditor php下安裝配置fckeditor編輯器的方法,包含了ueditor方面的內容,希望對PHP教程有興趣的朋友有所幫助。