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
signature.asc
Description: This is a digitally signed message part.
