[symfony-users] Re: Filter values in a select box dynamically within form framework

2009-07-13 Thread cleve
Ok this is how I did it, but everything is outside a form / table class: Partial to override default admin generator field venue_id _venue_id.php ?php use_helper('Javascript')? div class=sf_admin_form_row sf_admin_foreignkey ?php echo $form['venue_id']-renderError()

[symfony-users] Re: Filter values in a select box dynamically within form framework

2009-07-13 Thread Thomas Rabaix
You might want to have a look to this : http://rabaix.net/en/articles/2009/02/23/let-s-be-more-dynamic-with-sf-form I need to blog more about this On Mon, Jul 13, 2009 at 2:55 PM, cleve cleve...@gmail.com wrote: Ok this is how I did it, but everything is outside a form / table class:

[symfony-users] Re: Filter values in a select box dynamically within form framework

2009-07-13 Thread cleve
Thanks Thomas, there's some good stuff there. On Jul 13, 2:41 pm, Thomas Rabaix thomas.rab...@gmail.com wrote: You might want to have a look to this :http://rabaix.net/en/articles/2009/02/23/let-s-be-more-dynamic-with-s... I need to blog more about this On Mon, Jul 13, 2009 at 2:55