A source query widget for z3c.form.
Project description
Overview
This package implements a widget that lets users enter a query and select from the results.
The widget works with zope.schema.Choice-fields supplying a query source [1], optionally in conjunction with a collection field which then allows multiple selections.
The easiest way to use the widget is to provide one of the following as widgetFactory:
z3c.formwidget.query.widget.QuerySourceFieldRadioWidget
z3c.formwidget.query.widget.QuerySourceFieldCheckboxWidget
[1] The source needs to implement IQuerySource as defined in this package.
Changelog
0.6 - 2011-05-04
Add an ignoreMissing parameter and widget subclasses to avoid errors when rendering missing values. [elro]
Create changelog file. [dukebody]
Respect the ignoreRequest parameter. [dukebody]
0.5 - 2009-04-17
…
0.3 - 2008-08-28
…
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.