This module contains the following classes:
autocomplete-baseY.Base extension that provides core autocomplete logic (but no
UI implementation) for a text input field or textarea. Must be mixed into a
Y.Base-derived class to be useful.autocomplete-filters-accentfoldProvides pre-built accent-folding result matching filters for AutoComplete.
These filters are similar to the ones provided by the
autocomplete-filters module, but use accent-aware comparisons.
For example, "resume" and "résumé" will be considered equal when using the
accent-folding filters.
autocomplete-filtersautocomplete-highlighters-accentfoldProvides pre-built accent-folding result highlighters for AutoComplete.
These highlighters are similar to the ones provided by the
autocomplete-highlighters module, but use accent-aware
comparisons. For example, "resume" and "résumé" will be considered equal when
using the accent-folding highlighters.
autocomplete-highlightersautocomplete-list-keysautocomplete-listautocomplete-list-plugin