2017 © Pedro Peláez
 

symfony-bundle dependent-select-bundle

This bundle helps to create dependent AJAX fields for Symfony forms

image

kabuto/dependent-select-bundle

This bundle helps to create dependent AJAX fields for Symfony forms

  • Saturday, January 27, 2018
  • by kabuto
  • Repository
  • 1 Watchers
  • 0 Stars
  • 73 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 10 Forks
  • 0 Open issues
  • 5 Versions
  • 1360 % Grown

The README.md

DependentSelectBundle

This is an improved part of ShtumiUsefulBundle. It discontinues all of its features except the dependent select form. There are lots of new parameters and features (will be documented soon) implemented in DependentFilteredEntity., (*1)

Install using Composer:, (*2)

./composer require kabuto/dependent-select-bundle

Add the bundle to your AppKernel.php:

``` php $bundles = [ //... new Evercode\DependentSelectBundle\DependentSelectBundle(), ];, (*3)


### Import routes // app/config/routing.yml

dependent_select: resource: '@DependentSelectBundle/Resources/config/routing.xml', (*4)


### Update your configuration #### Add form theme for twig

twig: ... form: resources: - DependentSelectBundle::fields.html.twig, (*5)


### Load jQuery to your views (if not yet)
<script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>

```, (*6)

Read the documentation

The Versions

27/01 2018

dev-master

9999999-dev

This bundle helps to create dependent AJAX fields for Symfony forms

  Sources   Download

MIT

The Requires

 

ajax dependent form dependent select

09/01 2018

1.0.3

1.0.3.0

This bundle helps to create dependent AJAX fields for Symfony forms

  Sources   Download

MIT

The Requires

 

ajax dependent form dependent select

27/12 2017

1.0.2

1.0.2.0

This bundle helps to create dependent AJAX fields for Symfony forms

  Sources   Download

MIT

The Requires

 

ajax dependent form dependent select

15/06 2017

1.0.1

1.0.1.0

This bundle helps to create dependent AJAX fields for Symfony forms

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

ajax dependent form dependent select

17/05 2017

1.0.0

1.0.0.0

This bundle helps to create dependent AJAX fields for Symfony forms

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

ajax dependent form dependent select