firano / form-bundle
FORK! Fix for symfony 2.3. This bundle provides extra form types empowered by jQuery
Installs: 1 486
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 4
Type:symfony-bundle
Requires
- avalanche123/imagine-bundle: v2.1
- neutron/datagrid-bundle: >=1.0.1,<2.0-dev
- symfony/framework-bundle: >=2.1,<2.3-dev
Requires (Dev)
This package is not auto-updated.
Last update: 2025-03-25 08:21:59 UTC
README
This bundle is moved to ThraceFormBundle. It will be not supported anymore under Neutron namespace.
The NeutronFormBundle
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
- plain
- rating
- recaptcha
- select 2
- select 2 dependent field
- tinymce (with ajaxfilemanager)
- image upload (plupload, Jcrop, colorbox) full integration with Doctrine ORM
- multi image upload (plupload, Jcrop, colorbox) full integration with Doctrine ORM
- file upload (plupload and jQueryUI sortable) full integration with Doctrine ORM
- multi file upload (plupload and jQueryUI sortable) full integration with Doctrine ORM
- multi select sortable (jqgrid) full integration with Doctrine ORM (requires NeutronDataGridBundle)
- multi select (jqgrid) full integration with Doctrine ORM (requires NeutronDataGridBundle)
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 NeutronFormBundle documentation
Installation
All the installation instructions are located in documentation.
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.