中文字幕日韩一区二区_国产一区二区av_国产毛片av_久久久久国产一区_色婷婷电影_国产一区二区精品

CI框架中集成CKEditor編輯器的教程

1、將fckeditor目錄置入CI_PATH/system/plugins/

2、在CI_PATH/system/application/config/config.php中加入:

$config['fckeditor_basepath'] = "/system/plugins/fckeditor/";
$config['fckeditor_toolbarset_default'] = 'Default';

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

復制代碼 代碼如下:
<?php
if (!defined('BASEPATH')) exit('No direct script access allowed');
include_once( BASEPATH . '/helpers/form_helper'.EXT);
function form_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 = new FCKeditor($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
    {
        return form_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'
);
echo form_fckeditor( $data );
?>

php技術CI框架中集成CKEditor編輯器的教程,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 国产九九九九 | 三级黄色片在线观看 | 国产高潮av | 69电影网 | 亚洲一区二区三区 | 亚洲日韩中文字幕一区 | 在线观看成人小视频 | 日韩欧美国产一区二区三区 | 免费在线h视频 | 欧美激情精品久久久久 | 亚洲天堂久久新 | 狠狠插狠狠操 | 另类 综合 日韩 欧美 亚洲 | 免费观看视频www | 亚洲精品乱码久久久久v最新版 | 成人亚洲精品久久久久软件 | 亚洲一区中文字幕 | 亚洲日本中文 | 久久精品视频免费看 | 成人欧美一区二区 | 精品一区二区在线观看 | 欧美在线视频一区 | 黄色片视频网站 | 欧美日本久久 | 国产精品呻吟久久av凹凸 | 欧美二区三区 | 日韩在线精品强乱中文字幕 | 欧美国产日本一区 | 国产日本精品视频 | 午夜寂寞影院在线观看 | 国产a区| 日韩欧美在线视频一区 | 亚洲综合婷婷 | 国产精品久久久久久久久免费桃花 | 亚洲一区二区 | 伊久在线| 日韩高清中文字幕 | 国产高清在线 | 欧美一级视频在线观看 | 成人精品一区亚洲午夜久久久 | 欧美精品在线视频 |