thrace / form-bundle
This bundle provides extra form types empowered by jQuery
Installs: 15 737
Dependents: 0
Suggesters: 0
Security: 0
Stars: 25
Watchers: 5
Forks: 12
Open Issues: 5
Type:symfony-bundle
Requires
- php: >=5.3.3
- symfony/form: ~2.3
- symfony/framework-bundle: ~2.3
- symfony/validator: ~2.3
Requires (Dev)
- doctrine/doctrine-bundle: 1.*
- doctrine/orm: 2.*
- phpunit/phpunit: 3.7.*@dev
- symfony/doctrine-bridge: ~2.3
- thrace/component-bundle: *
- thrace/datagrid-bundle: dev-master
This package is auto-updated.
Last update: 2024-10-29 01:02:03 UTC
README
The ThraceFormBundle
adds some extra form types to Symfony 2 Form Component.
Features include:
- autocomplete (jQueryUI)
- buttonset (jQueryUI)
- toggle button (jQueryUI)
- slider (jQueryUI)
- slider range (jQueryUI)
- spinner(jQueryUI)
- datepicker (jQueryUI)
- dateRangePicker (jQueryUI)
- dateTimePicker (jQueryUI)
- dateTimeRangePicker (jQueryUI)
- timepicker
- colorpicker
- input limiter
- rating
- recaptcha
- select 2
- select 2 dependent field
- select 2 sortable
- tinymce
- multi select (jqgrid) full integration with Doctrine ORM (requires ThraceDataGridBundle)
- collection
Notice: All PHP code is tested with PHPUnit.
Caution: This bundle is developed in sync with symfony's repository.
Documentation
The bulk of the documentation is stored in the Resources/doc/index.md
file in this bundle:
Read the ThraceFormBundle documentation
Installation
All the installation instructions are located in documentation.
Note: to run test php composer.phar install --dev --prefer-source then phpunit.phar
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.