PHP教程:php调用fckeditor函数_PHP技巧_黑客防线网安服务器维护基地--Powered by WWW.RONGSEN.COM.CN

PHP教程:php调用fckeditor函数

作者:黑客防线网安PHP教程基地 来源:黑客防线网安PHP教程基地 浏览次数:0

本篇关键词:函数调用教程'
黑客防线网安网讯:  WebjxCom提示:PHP教程:php调用fckeditor函数.    PHP代码    /*    *showfck()编辑器调用函数    *@name名字(必须)    *@valvalue默认值    *@toolbarsetfc...
  WebjxCom提示:PHP教程:php调用fckeditor函数.
  
  PHP代码
  
  /*
  
  *showfck()编辑器调用函数
  
  *@name名字(必须)
  
  *@valvalue默认值
  
  *@toolbarsetfck工具栏名字
  
  *@width宽度
  
  *@height高度
  
  */
  
  functionshowfck($name,$val='',$toolbarset='',$width='100%',$height='200'){
  
  $classname='fckname';
  
  echo"<divclass="$classname">";
  
  require_onceWEB_ROOT.'./include/fckeditor/fckeditor.php';
  
  $fck=newFCKeditor($name);
  
  $fck->BasePath='./include/fckeditor/';
  
  $fck->Config['CustomConfigurationsPath']=$fck->BasePath.'custom_config.js';
  
  $fck->ToolbarSet=$toolbarset;
  
  $fck->Value=$val;
  
  $fck->Width=$width;
  
  $fck->Height=$height;
  
  $fck->Create('');
  
  echo"</div>";
  
  }
  
  
    黑客防线网安服务器维护方案本篇连接:http://www.rongsen.com.cn/show-17618-1.html
网站维护教程更新时间:2012-09-21 05:22:24  【打印此页】  【关闭
我要申请本站N点 | 黑客防线官网 |  
专业服务器维护及网站维护手工安全搭建环境,网站安全加固服务。黑客防线网安服务器维护基地招商进行中!QQ:29769479

footer  footer  footer  footer