icode4food/jqueryui-bundle

此包已被弃用,不再维护。作者建议使用 components/jqueryui 包。

jQuery UI AMD Bundle for Symfony2

安装: 141

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

语言:JavaScript

类型:symfony-bundle

1.9.2.4 2014-01-16 22:21 UTC

This package is not auto-updated.

Last update: 2019-02-20 17:18:51 UTC


README

当前版本

jQuery UI 1.9.2

要求

jQuery 核心库

安装

将包添加到您的 composer.json 文件中

// composer.json

{
    "require": {
		// ...
        "icode4food/jqueryui-bundle": "*"
    }
}

将包添加到您的应用程序内核中

// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Icode4food\JqueryUiBundle\Icode4foodJqueryUiBundle(),
        // ...
    );
}

使用 Composer 下载包

$ php composer.phar update icode4food/jqueryui-bundle

用法

在您的 AMD 模块中参考所需文件

许可

请参考包含文件的源代码以获取许可信息