WebObjects/Project WONDER/Frameworks/Ajax/AjaxAutoComplete
From Wikibooks, the open-content textbooks collection
< WebObjects | Project WONDER | Frameworks/Ajax(Redirected from Programming:WebObjects/Project WONDER/Frameworks/Ajax/AjaxAutoComplete)
[edit] AjaxAutoComplete
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.
[edit] Wonder Bindings
- list (requred) - the list of possible values (similar to WORepetition)
- value - the value currently typed into the text field
- item - the repetition item value (similar to WORepetition)
[edit] Scriptaculous Bindings
- tokens
- frequency
- minChars
- indicator
- updateElement
- afterUpdateElement