首頁  >  文章  >  php教程  >  php调用fckeditor网络编辑器

php调用fckeditor网络编辑器

PHP中文网
PHP中文网原創
2016-05-25 17:14:59992瀏覽

php调用fckeditor网络编辑器

1.BasePath="../fckeditor/";  //编辑器所在目录 
5.$oFCKeditor->ToolbarSet="default";  //工具栏的名字 
6.$oFCKeditor->Height='350px';  //高度 
7.$oFCKeditor->Width='100%';  //宽度 
8.$oFCKeditor->Value="";  //初始值 
9.$myeditor=$oFCKeditor->CreateHtml();  //在要显示编缉器的地方输出变量$myeditor的值就行了 
10.?>

                   

 以上就是php调用fckeditor网络编辑器的内容,更多相关内容请关注PHP中文网(www.php.cn)! 

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn