Wiki source code of Project WONDER-Frameworks-Ajax-AjaxAutoComplete
Last modified by Pascal Robert on 2010/09/12 03:18
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
4.1 | 1 | === AjaxAutoComplete === |
![]() |
1.1 | 2 | |
![]() |
4.1 | 3 | AjaxAutoComplete works much like WOTextField except that it supports a auto-completion popup list box. A demo of the raw Scriptaculous version is available [[here>>url:http://demo.script.aculo.us/ajax/autocompleter||shape="rect"]]. |
![]() |
1.1 | 4 | |
![]() |
4.1 | 5 | ==== Wonder Bindings ==== |
![]() |
1.1 | 6 | |
7 | * list (requred) - the list of possible values (similar to WORepetition) | ||
8 | * value - the value currently typed into the text field | ||
9 | * item - the repetition item value (similar to WORepetition) | ||
10 | |||
![]() |
4.1 | 11 | ==== Scriptaculous Bindings ==== |
![]() |
1.1 | 12 | |
![]() |
4.1 | 13 | [[Scriptaculous Documentation>>url:http://wiki.script.aculo.us/scriptaculous/show/Ajax.Autocompleter||shape="rect"]] |
![]() |
1.1 | 14 | |
15 | * tokens | ||
16 | * frequency | ||
17 | * minChars | ||
18 | * indicator | ||
19 | * updateElement | ||
20 | * afterUpdateElement |