Home > php教程 > PHP源码 > body text

php调用fckeditor网络编辑器

PHP中文网
Release: 2016-05-25 17:14:59
Original
996 people have browsed it

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.?>
Copy after login

                   

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

source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template