Wiki source code of Programming__WebObjects-Project WONDER-Frameworks-Ajax-AjaxAutoComplete
Version 1.1 by smmccraw on 2007/07/08 09:44
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>>http://demo.script.aculo.us/ajax/autocompleter]]. | ||
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>>http://wiki.script.aculo.us/scriptaculous/show/Ajax.Autocompleter]] | ||
14 | |||
15 | * tokens | ||
16 | * frequency | ||
17 | * minChars | ||
18 | * indicator | ||
19 | * updateElement | ||
20 | * afterUpdateElement | ||
21 | |||
22 | Category:WebObjects |