WebObjects/Project WONDER/Frameworks/Ajax/AjaxAutoComplete

From Wikibooks, open books for an open world
Jump to navigation Jump to search

AjaxAutoComplete[edit | edit source]

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.

Wonder Bindings[edit | edit source]
  • 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)
Scriptaculous Bindings[edit | edit source]

Scriptaculous Documentation

  • tokens
  • frequency
  • minChars
  • indicator
  • updateElement
  • afterUpdateElement