AJAX selection widget for Plone
Project description
Introduction
plone.formwidget.autocomplete is a z3c.form widget for use with Plone. It uses the jQuery Autocomplete widget, and has graceful fallback for non- Javascript browsers.
There is a single-select version (AutocompleteSelectionFieldWidget) for Choice fields, and a multi-select one (AutocompleteMultiSelectionFieldWidget) for collection fields (e.g. List, Tuple) with a value_type of Choice.
When using this widget, the vocabulary/source has to provide the IQuerySource interface from z3c.formwidget.query and have a search() method.
Changelog
1.0b3 - 2009-06-29
Fix security validator to work properly on add views and other views using namespace traversal (++add++…) [optilude]
1.0b2 - 2009-04-08
Fix security validator to work with urls not including the @@ view name. [optilude]
Made widget use getURL() instead of constructing URL from underlying view. This makes it work with complex traversal logic. [optilude]
1.0b1 - 2008-08-28
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for plone.formwidget.autocomplete-1.0b3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15420973b73f0051fb4a0142a95184e0acc195359a5b615565ccde386c060756 |
|
MD5 | 0afc504b8cca62ae2b0287a53850a495 |
|
BLAKE2b-256 | a56e31f883d5c84a612a7af5a2ede94bb88f6bca78c7367b88ecf6732aa6fb5f |