Autocompleter with dico

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/dico.html

Autocomplete 1 : Normal :

Autocomplete 2 : (same autocompleter object)

Autocomplete 3 : (strict, blankOK)

Autocomplete 4 : (strict, no blank)