You are here: Home Plone products plone.formwidget.contenttree

plone.formwidget.contenttree (1.0)

1
by Olha Pelishok last modified 2009-06-30
0.0
0.0
0.0
0.0
Released on 2009-06-29 by Martin Aspeli under GPL - GNU General Public License available for All platforms.
Software development stage: alpha
AJAX selection widget for Plone

plone.formwidget.contenttree 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.

Document Actions
Powered by Plone