tadcka/jstree-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

tadcka/jstree-bundle

最新稳定版本:v0.4.0

Composer 安装命令:

composer require tadcka/jstree-bundle

包简介

JsTree bundle on Symfony2

关键字:

README 文档

README

Latest Stable Version Total Downloads Latest Unstable Version License

TadckaJsTreeBundle integrates library JsTree.

Installation

Step 1: Download TadckaJsTreeBundle using composer

Add TadckaJsTreeBundle in your composer.json:

{
    "require": {
        "tadcka/jstree-bundle": "dev-master"
    }
}

And set component dir, example:

{
    "config": {
        "component-dir": "web/components"
    }
}

Now tell composer to download the bundle by running the command:

$ php composer.phar update tadcka/jstree-bundle

Step 2: Enable the bundle

Enable the bundle in the kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Tadcka\JsTreeBundle\TadckaJsTreeBundle(),
    );
}

Step 3: Include javascript and css

components/jstree/dist/themes/default/style.min.css

components/jquery/jquery.min.js
components/jstree/dist/jstree.min.js

License

This bundle is under the MIT license. See the complete license in the bundle:

Code License: Resources/meta/LICENSE

统计信息

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

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-05-29