$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 零基础布艺DIY工坊 教你做超萌猫头鹰钥匙包
16 三棵树漆怎么样?三棵树漆官方网站
17 家庭“装修套餐”中猫腻你知道吗?
18 小空间大浴望 卫浴间装修巧支招