[symfony-users] Re: remote_function in input_date_tag

2009-08-07 Thread DEEPAK BHATIA
Thanks it is working now. But where do we find all the tags like 'with' in input_date_tag in symfony ? Thanks again, Deepak On Fri, Aug 7, 2009 at 12:07 PM, Frank Stelzer wrote: > > it isn't  that difficult: > > > 'with' => "'selectdate='+ this.value" > > > Am 07.08.2009 um 08:31 schrieb DEEPA

[symfony-users] Re: remote_function in input_date_tag

2009-08-06 Thread DEEPAK BHATIA
true, 'onchange'=> remote_function(array('update' => 'common_area','url' => 'home/showbooking1','script' => true,'with'=>"'selectdate='+'5'"; ?> Is the above state OK ? Thanks Deepak On Fri, Aug 7, 2009 at 12:01 PM, DEEPAK BHATIA wrote: > Hi, > > Thanks for your mail. > > I am not able t

[symfony-users] Re: remote_function in input_date_tag

2009-08-06 Thread Frank Stelzer
it isn't that difficult: 'with' => "'selectdate='+ this.value" Am 07.08.2009 um 08:31 schrieb DEEPAK BHATIA: > > Hi, > > Thanks for your mail. > > I am not able to get some_javascript_value. > > Please help me in this regard. > > Thanks > > Deepak > > On Fri, Aug 7, 2009 at 11:46 AM, Frank S

[symfony-users] Re: remote_function in input_date_tag

2009-08-06 Thread DEEPAK BHATIA
Hi, Thanks for your mail. I am not able to get some_javascript_value. Please help me in this regard. Thanks Deepak On Fri, Aug 7, 2009 at 11:46 AM, Frank Stelzer wrote: > > You need the "with" parameter. > > http://www.symfony-project.org/book/1_2/11-Ajax-Integration#Basic%20JavaScript%20Hel

[symfony-users] Re: remote_function in input_date_tag

2009-08-06 Thread Frank Stelzer
You need the "with" parameter. http://www.symfony-project.org/book/1_2/11-Ajax-Integration#Basic%20JavaScript%20Helpers remote_function(array( 'update' => 'common_area', 'url' => 'home/showbooking, 'script' => true, 'with' => "'selectdate='+ some_javascript_value"