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
Requirements
- ZendSkeletonApplication https://github.com/zendframework/ZendSkeletonApplication
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
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2012-11-26