Re: [symfony-users] call javascript from actionsclass

2010-04-16 Thread Tom Haskins-Vaughan
Can you not just output the options with PHP as HTML in the first page call? On Fri, Apr 16, 2010 at 5:29 AM, kim wrote: > hello > > this should be a simple question but i really don't find the solution > on the internet > > I want to start a javascript function from my actions class. > in my tem

[symfony-users] call javascript from actionsclass

2010-04-16 Thread kim
hello this should be a simple question but i really don't find the solution on the internet I want to start a javascript function from my actions class. in my templates i can do this like onChange="JavaScript:retrieve(this.options[this.selectedIndex].value);" but i want to do the same function i