$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 生日开业蛋糕祝福语简短