icode4food/jqueryui-bundle

This package is abandoned and no longer maintained. The author suggests using the components/jqueryui package instead.

jQuery UI AMD Bundle for Symfony2

Installs: 141

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type: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

Current Version

jQuery UI 1.9.2

Requirements

jQuery core

Installation

Add bundle to your composer.json file

// composer.json

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

Add bundle to your application kernel

// app/AppKernel.php

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

Download the bundle using Composer

$ php composer.phar update icode4food/jqueryui-bundle

Usage

Refer to the desired files in your AMD module

Licenses

Refer to the source code of the included files for license information