forked from plone/plone.formwidget.autocomplete
-
Notifications
You must be signed in to change notification settings - Fork 0
washingtontrails/plone.formwidget.autocomplete
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Introduction ============ plone.formwidget.autocomplete is a z3c.form widget for use with Plone. 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.
About
None
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- JavaScript 60.4%
- Python 37.0%
- CSS 2.6%