2017-25 © Pedro Peláez
 

module qu-ckeditor

ZF2 module for CKEditor

image

qu-modules/qu-ckeditor

ZF2 module for CKEditor

  • Wednesday, July 24, 2013
  • by qu
  • Repository
  • 1 Watchers
  • 8 Stars
  • 1,952 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 1 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

QuCKEditor 0.0.3-dev

ZF2 module for CKEditor, (*1)

Release Notes

0.0.1-dev, (*2)

  • Initiation CKEditor in zf2

0.0.2-dev, (*3)

  • 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, (*4)

  • Update CKEditor 4.1

Demo example

http://qumodules.com/, (*5)

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',
        )
    );

The Versions

24/07 2013

dev-master

9999999-dev https://github.com/Celtico/QuCKEditor/

ZF2 module for CKEditor

  Sources   Download

BSD-3-Clause

The Requires

 

zf2 module ckeditor