$config['fckeditor_toolbarset_default']='Default';

3、创建helper,在/system/application/helpers新建form_helper.php

<?php
if(!defined('BASEPATH'))exit('Nodirectscriptaccessallowed');
include_once(BASEPATH.'/helpers/form_helper'.EXT);
functionform_fckeditor($data='',$value='',$extra='')
{
    $CI=&get_instance();
   $fckeditor_basepath=$CI->config->item('fckeditor_basepath');
    require_once($_SERVER["DOCUMENT_ROOT"].$fckeditor_basepath.'fckeditor.php');
   $instanceName=(is_array($data)&&isset($data['name'])  )?$data['name']:$data;
   $fckeditor=newFCKeditor($instanceName);
    if($fckeditor->IsCompatible())
   {
        $fckeditor->Value=html_entity_decode($value);
       $fckeditor->BasePath=$fckeditor_basepath;
        if($fckeditor_toolbarset=$CI->config->item('fckeditor_toolbarset_default'))
               $fckeditor->ToolbarSet=$fckeditor_toolbarset;
        if(is_array($data))
       {
           if(isset($data['value']))
               $fckeditor->Value=html_entity_decode($data['value']);
            if(isset($data['basepath']))
               $fckeditor->BasePath=$data['basepath'];
            if(isset($data['toolbarset']))
               $fckeditor->ToolbarSet=$data['toolbarset'];
            if(isset($data['width']))
               $fckeditor->Width=$data['width'];
            if(isset($data['height']))
               $fckeditor->Height=$data['height'];
       }
       return$fckeditor->CreateHtml();
   }
   else
   {
       returnform_textarea($data,$value,$extra);
   }
}
?>

4、在项目中使用fckeditor

<?php
$this->load->helper('form_helper');
$data=array(
   'name'       =>'newsContent',
   'id'         =>'newsContent',
   //'toolbarset' =>'Advanced',
   'basepath'   =>$this->config->item('fckeditor_basepath'),
   'width'      =>'80%',
   'height'     =>'200'
);
echoform_fckeditor($data);
?>

热门推荐

1 花店写母亲祝福语简短
2 小孩考过祝福语简短的话
3 竞选班长祝福语简短精辟
4 美人出嫁文案祝福语简短
5 面试升职祝福语简短精辟
6 企业国庆问候祝福语简短
7 亲属订婚祝福语简短精辟
8 客户蛋糕生日祝福语简短
9 国庆酒店祝福语简短独特
10 阳光帅气生日祝福语简短
11 长辈生日欢快祝福语简短
12 除夕时刻祝福语大全简短
13 车位销售祝福语简短精辟
14 门市开业口头祝福语简短
15 婆婆蛋糕祝福语简短英文
16 横幅生日老板祝福语简短
17 兄弟告别的祝福语简短
18 作者签名祝福语大全简短