Multivalued autocompleters

This autocompleter example is bound to a dictionary containing all french words starting with 'a' or 'b'. Autocompletion is activated after 2 letters have been typed.

First start the server with perl dicoserver.pl in this directory. Then go to page http://localhost:8080/examples/autoCompleter/multivalued.html

Hard-coded data source:

Greeting forms:

Ajax request (won't work unless in an application with corresponding url)

Words (starting with 'a' or 'b'):

Datasource is returned by a function

Motives: