定制 qu-modules/qu-ckeditor 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

qu-modules/qu-ckeditor

Composer 安装命令:

composer require qu-modules/qu-ckeditor

包简介

ZF2 module for CKEditor

README 文档

README

ZF2 module for CKEditor

Release Notes

0.0.1-dev

  • Initiation CKEditor in zf2

0.0.2-dev

  • Initiation auto load class map
  • Fixed capitalization inconsistencies
  • Fixed the url of the file manager
  • Optional addition of the settings in the module or directly in the helper
  • Ability to configure the language and color

0.0.3-dev

  • Update CKEditor 4.1

Demo example

http://qumodules.com/

Requirements

Installation

  • Drag a folder into modules folder
  • QuAdminCompleteApp provider assets (look current version http://ckeditor.com/)
  • Enable the module application.config.php and configure the routes module.config.php

Installation by Composer

cd YourFolderProject/
php composer.phar self-update
php composer.phar require "qu-modules/qu-ckeditor":"dev-master"

Integration

  • Instance $ this-> QuCKEditor () in your project

#Sample

<textarea id="editor"></textarea>
    $this->QuCKEditor(
        'editor',
        array('width' => "100%",
            'height' => "300",
            'uiColor'=> '#FFFFFF',
        )
    );

统计信息

  • 总下载量: 6.29k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 9
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 8
  • Watchers: 1
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2012-11-26