Hi all,

I've just released plone.formwidget.autocomplete, a widget for z3c.form (*not* formlib) based forms that uses the jQuery Autocomplete widget (http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/) for single (Choice) or multiple (List/Set/Tuple with value_type Choice) selection fields.

This is pretty useful if you want to do things like select users or groups, or indeed any use case where you're selecting from a large vocabulary. You'll need to make sure your source/vocabulary provides a 'search' function - see z3c.formwidget.query.

The widget is based on z3c.formwidget.query, and has fully featured fallback for non-JS browsers.

Hope it's useful. :-)

Martin

--
Author of `Professional Plone Development`, a book for developers who
want to work with Plone. See http://martinaspeli.net/plone-book


_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to