z3c.formwidget.query 0.7
A source query widget for z3c.form.
Latest Version: 0.8
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.7 - 2011-11-07
- Use an ordered list instead of a set to represent source items. [timo]
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
- ...
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| z3c.formwidget.query-0.7.zip (md5) | Source | 2011-11-07 | 14KB | 1910 | |
- Author: Zope Community
- Home Page: http://pypi.python.org/pypi/z3c.formwidget.query
- Keywords: zope zope3 z3c.form
- License: ZPL 2.1
-
Categories
- Development Status :: 4 - Beta
- Environment :: Web Environment
- Framework :: Zope3
- Intended Audience :: Developers
- License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
- License :: OSI Approved :: Zope Public License
- Programming Language :: Python
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: malthe, optilude, davisagli, laurencerowe, timo
- Package Index Maintainer: optilude
- DOAP record: z3c.formwidget.query-0.7.xml
