2017 © Pedro Peláez
 

module qu-elfinder

ZF2 module for ElFinder

image

qu-modules/qu-elfinder

ZF2 module for ElFinder

  • Tuesday, May 7, 2013
  • by qu
  • Repository
  • 1 Watchers
  • 3 Stars
  • 743 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

QuElFinder 0.0.3-dev

Zf2 module for ElFinder, (*1)

Release Notes

0.0.1-dev, (*2)

  • Initiation ElFinder in zf2

0.0.2-dev, (*3)

  • Initiation auto load class map

0.0.3-dev, (*4)

  • Update

Demo example

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

Requirements

  • ZendSkeletonApplication https://github.com/zendframework/ZendSkeletonApplication

Installation

  • Drag the folder into modules folder
  • Move folder plugin in to public/js folder (look current version https://github.com/Studio-42/elFinder)
  • Enable the module with the application.config.php and configure the routes with module.config.php

Installation by Composer

cd YourFolderProject/
php composer.phar require "qu-modules/qu-elfinder":"dev-master"

Integration

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

Sample

<div id="elfinder"></div>
   $this->QuElFinder(
           'elfinder',
           array(
               'width' => "100%",
               'height' => "600",
           )
    );

Support

  • CKEditor integration

The Versions

07/05 2013

dev-master

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

ZF2 module for ElFinder

  Sources   Download

BSD-3-Clause

The Requires

 

zf2 module elfinder