Software Details:
Version: 0.9
Upload Date: 20 Feb 15
Distribution Type: Freeware
Downloads: 10
z3c.formwidget.query is a package that 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
What is new in this release:
- Avoid test dependency on zope.app.testing. [hannosch]
- Remove unused dependency on zope.app.form. [hannosch]
What is new in version 0.8:
- If one of the values to be displayed provides IRoleManager, then check for permission first. [frapell]
What is new in version 0.7:
- Use an ordered list instead of a set to represent source items. [timo]
Requirements:
- Python
Comments not found