AJ:
Thanks for the response! This looks like what I did to create autocomplete
dropdowns, but can this help me output the results from the filter in a
table or a div located outside of the form? Thats the main part I'm having
trouble figuring out...
A.J. Brown-3 wrote:
>
> Hi ,
>
> You can u
Hi ,
You can use Zend_Dojo_Form elements to do what you want. Here's code which
accomplishes exactly what you're wanting to do (but in one of my projects,
of course):
http://pastebin.com/m5765a1ca
storeId can be any unique name you want
The url under storeParams should be a URL which returns a
Hey all, I'm quite new to Zend Framework so I apologize in advance, please
bear with me.
I'm trying to create an application that searches through a database of
users and returns matches based on the search query given without the need
to submit a form or refresh the page. I've successfully creat