PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > php.general > New Ajax search component
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
New Ajax search component

Réponse
 
LinkBack Outils de la discussion
Vieux 08/04/2008, 14h41   #1
Jeremy O'Connor
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut New Ajax search component

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 library, which
you need to get from their website. You can view a demo and download the
source at: http://jeremywebdeveloper.co.za/code/ajaxsearch/

--
Jeremy O'Connor


  Réponse avec citation
Vieux 08/04/2008, 15h42   #2
Jay Blanchard
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut RE: [PHP] New Ajax search component

[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 library,
which
you need to get from their website. You can view a demo and download the

source at: http://jeremywebdeveloper.co.za/code/ajaxsearch/
[/snip]

Cool...I'd have the 'submit' button hidden until results were returned
so as to avoid user confusion.
  Réponse avec citation
Vieux 08/04/2008, 17h15   #3
Jeremy O'Connor
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [PHP] New Ajax search component

""Jay Blanchard"" <jblanchard@pocket.com> wrote in message
news:9F6B7518E92167499E0168D01C2D8D9C39101E@YGEX01 WAL.onecall.local...

> 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


  Réponse avec citation
Vieux 08/04/2008, 17h37   #4
Nathan Nobbe
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [PHP] New Ajax search component

On Tue, Apr 8, 2008 at 7:41 AM, Jeremy O'Connor <joconnor@netactive.co.za>
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, from which the
> user
> can select the desired item. It uses the prototype JavaScript library,
> which
> you need to get from their website. You can view a demo and download the
> source at: http://jeremywebdeveloper.co.za/code/ajaxsearch/



they pretty much have that in the scriptacuous lib under Ajax.Autocompleter,
atm

http://wiki.script.aculo.us/scriptac....Autocompleter
http://demo.script.aculo.us/ajax/autocompleter
http://demo.script.aculo.us/ajax/aut...ter_customized

plus they have a client side version as well to mitigate bandwidth
consumption for small data sets.

http://wiki.script.aculo.us/scriptac...ompleter.Local

-nathan

  Réponse avec citation
Vieux 08/04/2008, 17h50   #5
Eric Butera
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [PHP] New Ajax search component

On Tue, Apr 8, 2008 at 12:37 PM, Nathan Nobbe <quickshiftin@gmail.com> wrote:
> they pretty much have that in the scriptacuous lib under Ajax.Autocompleter,
> atm
>
> http://wiki.script.aculo.us/scriptac....Autocompleter
> http://demo.script.aculo.us/ajax/autocompleter
> http://demo.script.aculo.us/ajax/aut...ter_customized
>
> plus they have a client side version as well to mitigate bandwidth
> consumption for small data sets.
>
> http://wiki.script.aculo.us/scriptac...ompleter.Local
>
> -nathan
>



As long as we're raining on parades

http://developer.yahoo.com/yui/autocomplete/
  Réponse avec citation
Vieux 08/04/2008, 19h10   #6
Nathan Nobbe
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [PHP] New Ajax search component

On Tue, Apr 8, 2008 at 10:50 AM, Eric Butera <eric.butera@gmail.com> wrote:

> On Tue, Apr 8, 2008 at 12:37 PM, Nathan Nobbe <quickshiftin@gmail.com>
> wrote:
> > they pretty much have that in the scriptacuous lib under

> Ajax.Autocompleter,
> > atm
> >
> > http://wiki.script.aculo.us/scriptac....Autocompleter
> > http://demo.script.aculo.us/ajax/autocompleter
> > http://demo.script.aculo.us/ajax/aut...ter_customized
> >
> > plus they have a client side version as well to mitigate bandwidth
> > consumption for small data sets.
> >
> > http://wiki.script.aculo.us/scriptac...ompleter.Local
> >
> > -nathan
> >

>
>
> As long as we're raining on parades
>
> http://developer.yahoo.com/yui/autocomplete/



lol! ya, havent finished parsing through this one; but a good read on the
topic

http://extjs.com/forum/showthread.php?t=551

btw; planning on digging into extJs once i get a chance to take a piss :O

-nathan

  Réponse avec citation
Vieux 08/04/2008, 19h32   #7
Eric Butera
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [PHP] New Ajax search component

On Tue, Apr 8, 2008 at 2:10 PM, Nathan Nobbe <quickshiftin@gmail.com> 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. =)
  Réponse avec citation
Vieux 08/04/2008, 22h53   #8
tedd
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [PHP] New Ajax search component

>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 http://ancientstones.com http://earthstones.com
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 10h15.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,16427 seconds with 16 queries