Extjs is another option: Example: http://extjs.com/deploy/dev/examples/form/forum-search.html Docs: http://extjs.com/deploy/dev/docs/
I use a JsonStore data store which gets it's data from a Pylons controller that returns json using the @jsonify decorator. Then I use the store on the ComboBox and call the load() method on the data store when various events happen on the combo box. On Wed, May 14, 2008 at 9:41 AM, Christoph Haas <[EMAIL PROTECTED]> wrote: > On Mittwoch, 14. Mai 2008, Jonathan Vanasco wrote: > > is anyone working on building this into pylons? > > Are you speaking of a Javascript feature to allow autocomplete during > typing into INPUT/text form fields? That is not exactly a functionality > delivered by Pylons itself. And the Webhelpers will not contain Javascript > in the future either. > > My personal favorite is Jörn Zaefferer's "autocomplete" plugin for jQuery > (http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/). All > you have to do in the Pylons backend is create a controller action that > returns a multiline strings in that case. And other autocomplete plugins > probably just expect JSON that you can send via the @jsonify decorator. > > Christoph > -- http://rickflosi.blogspot.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
