Add to your Plone site the minimal code needed to have the jQueryUI Autocomplete feature.
collective.jqueryui.autocomplete is a Plone product targeted on developers. This simply add to Plone a new JavaScript source and the basical CSS needed to see a pretty autocomplete dropdown.
Warnings
When you DON'T need this
You must not install this product if your Plone site already have other jQueryUI products like:
collective.js.jqueryui (the most common)
collective.javascript.jqueryui
...others?
All products above have some drawbacks. For example latest collective.js.jqueryui doesn't play well with Plone 3 (and the Plone 3 compatible version doesn't include autocomplete plugin yet).
On the other hand collective.javascript.jqueryui cleaner but don't register any resource.
When you need this
You need to use jQueryUI autocomplete but you don't want to include the whole jQueryUI stuff that products above give you.
Product's homepage
Requirements:
· Python
· Plone CMS