Re: Updating related select / combo boxes

2007-10-28 Thread joren
image("spinner.gif") ?> 'view', 'url'=> '/download/search/', 'frequency' => 1, 'loading' => "Element.hide('view');Element.show('loading')", 'complete' => "Element.hide('loading');Element.show('view')" ); //Element.show('view')" echo $ajax->observeFie

Re: Updating related select / combo boxes

2007-09-19 Thread Arash
I have the same problem and the solution provided in the comments of tutorial didn't work for me, any one can help?! On Sep 13, 9:17 pm, majna <[EMAIL PROTECTED]> wrote: > http://www.devmoz.com/blog/2007/04/04/cakephp-update-a-select-box-usi... > > On Sep 13, 4:19 pm, xevian <[EMAIL PROTECTED]> w

Re: Updating related select / combo boxes

2007-09-13 Thread majna
http://www.devmoz.com/blog/2007/04/04/cakephp-update-a-select-box-using-ajax/#comment-79 On Sep 13, 4:19 pm, xevian <[EMAIL PROTECTED]> wrote: > I'm trying to get 2 related select / combo boxes to work together. > What I want to achieve is when a user picks a city from a dropdown > select box the

Updating related select / combo boxes

2007-09-13 Thread xevian
I'm trying to get 2 related select / combo boxes to work together. What I want to achieve is when a user picks a city from a dropdown select box the city areas box is populated (similar to if you choose a stae another dropdown lists the cities that are in the state). I have looked at using the dev