Wiki source code of Project WONDER-Frameworks-Ajax-AjaxAutoComplete
Last modified by Pascal Robert on 2010/09/12 03:18
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | === AjaxAutoComplete === | ||
| 2 | |||
| 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"]]. | ||
| 4 | |||
| 5 | ==== Wonder Bindings ==== | ||
| 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 | |||
| 11 | ==== Scriptaculous Bindings ==== | ||
| 12 | |||
| 13 | [[Scriptaculous Documentation>>url:http://wiki.script.aculo.us/scriptaculous/show/Ajax.Autocompleter||shape="rect"]] | ||
| 14 | |||
| 15 | * tokens | ||
| 16 | * frequency | ||
| 17 | * minChars | ||
| 18 | * indicator | ||
| 19 | * updateElement | ||
| 20 | * afterUpdateElement |