Home  >  Article  >  php教程  >  php调用fckeditor网络编辑器

php调用fckeditor网络编辑器

PHP中文网
PHP中文网Original
2016-05-25 17:14:59966browse

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)! 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:php实时倒计时Next article:utf8到unicode的一个函数