Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/propertyshelf/z3c.formwidget.autocomplete
Package to provide a z3c.form widget that is based on plone.formwidget.autocomplete but is stripped of all its Plone and Zope2 dependencies.
https://github.com/propertyshelf/z3c.formwidget.autocomplete
Last synced: 6 days ago
JSON representation
Package to provide a z3c.form widget that is based on plone.formwidget.autocomplete but is stripped of all its Plone and Zope2 dependencies.
- Host: GitHub
- URL: https://github.com/propertyshelf/z3c.formwidget.autocomplete
- Owner: propertyshelf
- Created: 2015-07-09T00:08:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-14T05:30:44.000Z (over 7 years ago)
- Last Synced: 2024-11-14T22:23:10.529Z (2 months ago)
- Language: JavaScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
Awesome Lists containing this project
README
Introduction
============z3c.formwidget.autocomplete is a z3c.form widget that is based on
plone.formwidget.autocomplete but is stripped of all its Plone and Zope2
dependencies.It uses the jQuery Autocomplete widget, and has graceful fallback for non-
Javascript browsers. There is a single-select version
(AutocompleteFieldWidget) for Choice fields, and a multi-select one
(AutocompleteMultiFieldWidget) 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.