IoFormBundle
IoFormBundle copied to clipboard
a set of form types for symfony2 using jquery/ui, datepicker, slider, autocomplete/combobox Entity and more..
Hello I try to use this bundle with Symfony 2.1.4 : ->add('date', 'jquery_date', array( 'format' => 'd/MM/y')) But I have an error : Variable "date_format" does not exist in IoFormBundle:Form:fields.html.twig...
Don't forget to add bundle on http://packagist.org/ and link the post commit hook
Currently i am using this bundle as a datepicker it works peoperly. But on grid i want to display inputbox for searching purpose for dates.
Your tests was out of date :https://github.com/ioalessio/IoFormBundle/blob/master/Tests/Controller/DefaultControllerTest.php test an hello fabian !! Think adding tests and using travis for ci
Date-picker control displayed bottom side of the form. Not on the control(textbox) without focusing/clicking on text box.
I'm sorry, but there is any documentation? For Example for daterange widget and relate options? Thanks!
Hello! A tiny problem I managed to find: Eventhough the default settings for the datepicker is the following: ``` php protected $default_jquery_options = array( 'changeMonth' => 'false', 'changeYear' => 'false',...
It's only a parenthesis.
I installed your bundle, but its failed to work for me :) After digging a while, I founded reason - my js code are included in the bottom of the...