Last modified by Pascal Robert on 2010/09/12 03:18

Hide last authors
Pascal Robert 4.1 1 === AjaxAutoComplete ===
smmccraw 1.1 2
Pascal Robert 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"]].
smmccraw 1.1 4
Pascal Robert 4.1 5 ==== Wonder Bindings ====
smmccraw 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
Pascal Robert 4.1 11 ==== Scriptaculous Bindings ====
smmccraw 1.1 12
Pascal Robert 4.1 13 [[Scriptaculous Documentation>>url:http://wiki.script.aculo.us/scriptaculous/show/Ajax.Autocompleter||shape="rect"]]
smmccraw 1.1 14
15 * tokens
16 * frequency
17 * minChars
18 * indicator
19 * updateElement
20 * afterUpdateElement