Re: [PHP] New Ajax search component

2008-04-09 Thread Zoltán Németh
Eric Butera írta: On Wed, Apr 9, 2008 at 8:07 AM, Nathan Nobbe <[EMAIL PROTECTED]> wrote: On Wed, Apr 9, 2008 at 7:50 AM, Eric Butera <[EMAIL PROTECTED]> wrote: On Wed, Apr 9, 2008 at 2:34 AM, Jeremy O'Connor <[EMAIL PROTECTED]> wrote: OK, but my control only does the Ajax call when the u

Re: [PHP] New Ajax search component

2008-04-09 Thread Eric Butera
On Wed, Apr 9, 2008 at 8:07 AM, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > > On Wed, Apr 9, 2008 at 7:50 AM, Eric Butera <[EMAIL PROTECTED]> wrote: > > > > On Wed, Apr 9, 2008 at 2:34 AM, Jeremy O'Connor > > > > <[EMAIL PROTECTED]> wrote: > > > > > OK, but my control only does the Ajax call when th

Re: [PHP] New Ajax search component

2008-04-09 Thread Nathan Nobbe
On Wed, Apr 9, 2008 at 7:50 AM, Eric Butera <[EMAIL PROTECTED]> wrote: > On Wed, Apr 9, 2008 at 2:34 AM, Jeremy O'Connor > <[EMAIL PROTECTED]> wrote: > > OK, but my control only does the Ajax call when the user clicks the Go > > button, whereas the scriptaculous library does an Ajax call everyti

Re: [PHP] New Ajax search component

2008-04-09 Thread Nathan Nobbe
On Wed, Apr 9, 2008 at 2:34 AM, Jeremy O'Connor <[EMAIL PROTECTED]> wrote: > > ""Nathan Nobbe"" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > On Tue, Apr 8, 2008 at 7:41 AM, Jeremy O'Connor < > [EMAIL PROTECTED]> > > wrote: > > they pretty much have that in the scriptacuous lib

Re: [PHP] New Ajax search component

2008-04-09 Thread Eric Butera
On Wed, Apr 9, 2008 at 2:34 AM, Jeremy O'Connor <[EMAIL PROTECTED]> wrote: > OK, but my control only does the Ajax call when the user clicks the Go > button, whereas the scriptaculous library does an Ajax call everytime the > user presses a key. Any library should be flexible enough to register

Re: [PHP] New Ajax search component

2008-04-08 Thread Jeremy O'Connor
""Nathan Nobbe"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Tue, Apr 8, 2008 at 7:41 AM, Jeremy O'Connor <[EMAIL PROTECTED]> > wrote: > they pretty much have that in the scriptacuous lib under > Ajax.Autocompleter, > atm > OK, but my control only does the Ajax call when th

Re: [PHP] New Ajax search component

2008-04-08 Thread Nathan Nobbe
On Tue, Apr 8, 2008 at 5:12 PM, tedd <[EMAIL PROTECTED]> wrote: > At 4:17 PM -0600 4/8/08, Nathan Nobbe wrote: > > > On Tue, Apr 8, 2008 at 3:53 PM, tedd < > > [EMAIL PROTECTED]> wrote: > > > > As long as we're raining on parades ;) > > > >

Re: [PHP] New Ajax search component

2008-04-08 Thread tedd
At 4:17 PM -0600 4/8/08, Nathan Nobbe wrote: On Tue, Apr 8, 2008 at 3:53 PM, tedd <[EMAIL PROTECTED]> wrote: As long as we're raining on parades ;) http://developer.yahoo.com/yui/autocomplete/ -- PHP General Mailing List

Re: [PHP] New Ajax search component

2008-04-08 Thread Nathan Nobbe
On Tue, Apr 8, 2008 at 3:53 PM, tedd <[EMAIL PROTECTED]> wrote: > As long as we're raining on parades ;) > > > > http://developer.yahoo.com/yui/autocomplete/ > > > > -- > > PHP General Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > And to continu

Re: [PHP] New Ajax search component

2008-04-08 Thread tedd
As long as we're raining on parades ;) http://developer.yahoo.com/yui/autocomplete/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php And to continue: http://www.webbytedd.com/c/ajax-pop-down/ Cheers, tedd -- --- http://sperling.com

Re: [PHP] New Ajax search component

2008-04-08 Thread Eric Butera
On Tue, Apr 8, 2008 at 2:10 PM, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > btw; planning on digging into extJs once i get a chance to take a piss :O I've heard a lot of good things about that. Let me know what you think, after you piss of course. =) -- PHP General Mailing List (http://www.php.ne

Re: [PHP] New Ajax search component

2008-04-08 Thread Nathan Nobbe
On Tue, Apr 8, 2008 at 10:50 AM, Eric Butera <[EMAIL PROTECTED]> wrote: > On Tue, Apr 8, 2008 at 12:37 PM, Nathan Nobbe <[EMAIL PROTECTED]> > wrote: > > they pretty much have that in the scriptacuous lib under > Ajax.Autocompleter, > > atm > > > > http://wiki.script.aculo.us/scriptaculous/show/

Re: [PHP] New Ajax search component

2008-04-08 Thread Eric Butera
On Tue, Apr 8, 2008 at 12:37 PM, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > they pretty much have that in the scriptacuous lib under Ajax.Autocompleter, > atm > > http://wiki.script.aculo.us/scriptaculous/show/Ajax.Autocompleter > http://demo.script.aculo.us/ajax/autocompleter > http://demo.scr

Re: [PHP] New Ajax search component

2008-04-08 Thread Nathan Nobbe
On Tue, Apr 8, 2008 at 7:41 AM, Jeremy O'Connor <[EMAIL PROTECTED]> wrote: > Hi > > I have written a new component that can be included in your form, and > allows > the user to search a data source by entering the search term(s) and using > Ajax to return a list of results in a dropdown control, f

Re: [PHP] New Ajax search component

2008-04-08 Thread Jeremy O'Connor
""Jay Blanchard"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Cool...I'd have the 'submit' button hidden until results were returned > so as to avoid user confusion. Yes, something to add in a later version of the component. -- Jeremy O'Connor -- PHP General Mailing List

RE: [PHP] New Ajax search component

2008-04-08 Thread Jay Blanchard
[snip] I have written a new component that can be included in your form, and allows the user to search a data source by entering the search term(s) and using Ajax to return a list of results in a dropdown control, from which the user can select the desired item. It uses the prototype JavaScript

[PHP] New Ajax search component

2008-04-08 Thread Jeremy O'Connor
Hi I have written a new component that can be included in your form, and allows the user to search a data source by entering the search term(s) and using Ajax to return a list of results in a dropdown control, from which the user can select the desired item. It uses the prototype JavaScript lib