wwAutoComplete::ServerUrl

A URL on the server that returns the AutoComplete data.

The data returned from this URL must be JSON of an array of objects, with each object having a label and value property at least.

[{ label: "Microsoft Corp", value:"MSFT"},{label: "Intel Corporation",value: "INTC"}]

For more info on how to create server side output see Implementing Server Side AutoComplete Functionality.

o.ServerUrl

Remarks

If you set the CallbackHandler property ServerUrl is ignored.

See also:

Class wwAutoComplete | Implementing Server Side AutoComplete Functionality | wwAutoComplete::CallbackHandler

© West Wind Technologies, 1996-2024 • Updated: 10/16/11
Comment or report problem with topic