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 wwAutoCompleteImplementing Server Side AutoComplete Functionality
wwAutoComplete::CallbackHandler
© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic