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

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

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

qu-modules/qu-elfinder

Composer 安装命令:

composer require qu-modules/qu-elfinder

包简介

ZF2 module for ElFinder

README 文档

README

Zf2 module for ElFinder

Release Notes

0.0.1-dev

  • Initiation ElFinder in zf2

0.0.2-dev

  • Initiation auto load class map

0.0.3-dev

  • Update

Demo example

http://qumodules.com/

Requirements

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

统计信息

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

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 2
  • 开发语言: JavaScript

其他信息

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