2017 © Pedro Peláez
 

symfony-bundle jquery-ui-bundle

jQuery UI Bundle for Symfony2

image

bmatzner/jquery-ui-bundle

jQuery UI Bundle for Symfony2

  • Sunday, May 19, 2013
  • by bmatzner
  • Repository
  • 1 Watchers
  • 6 Stars
  • 71,610 Installations
  • JavaScript
  • 2 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 5 Versions
  • 4 % Grown

The README.md

jQuery UI Bundle for Symfony2

Current Version

jQuery UI v1.10.3, (*1)

Installation

Add bundle to your composer.json file

``` js // composer.json, (*2)

{ "require": { // ... "bmatzner/jquery-ui-bundle": "*" } }, (*3)


### Add bundle to your application kernel ``` php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Bmatzner\JQueryUIBundle\BmatznerJQueryUIBundle(), // ... ); }

Download the bundle using Composer

``` bash $ php composer.phar update bmatzner/jquery-ui-bundle, (*4)


### Install assets Given your server's public directory is named "web", install the public vendor resources ``` bash $ php app/console assets:install web

Optionally, use the --symlink attribute to create links rather than copies of the resources, (*5)

``` bash $ php app/console assets:install --symlink web, (*6)


## Usage Load a jQuery UI theme, for instance one of the included default themes ``` html <link rel="stylesheet" type="text/css" href="{{ asset('bundles/bmatznerjqueryui/css/smoothness/jquery-ui.css') }}" /> <link rel="stylesheet" type="text/css" href="{{ asset('bundles/bmatznerjqueryui/css/smoothness/jquery.ui.theme.css') }}" />

Load jQuery and jQuery UI, (*7)

html <script type="text/javascript" src="{{ asset('bundles/bmatznerjquery/js/jquery.min.js') }}"></script> <script type="text/javascript" src="{{ asset('bundles/bmatznerjqueryui/js/minified/jquery-ui.min.js') }}"></script>, (*8)

Licenses

Refer to the source code of the included files for license information, (*9)

References

  1. http://jqueryui.com
  2. http://symfony.com

The Versions

19/05 2013

dev-master

9999999-dev http://jqueryui.com/

jQuery UI Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery ui javascript symfony

19/05 2013

1.10.3

1.10.3.0 http://jqueryui.com/

jQuery UI Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery ui javascript symfony

15/03 2013

1.10.2

1.10.2.0 http://jqueryui.com/

jQuery UI Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery ui javascript symfony

18/02 2013

1.10.1

1.10.1.0 http://jqueryui.com/

jQuery UI Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery ui javascript symfony

26/01 2013

1.10.0

1.10.0.0 http://jqueryui.com/

jQuery UI Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery ui javascript symfony