Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.