This example uses a DataSource that points to Flickr Web
Services; Flickr returns XML data via a simple PHP proxy. In order to return
valid data from the Flickr application, scriptQueryParameter
has been customized to be tags
, and scriptQueryAppend
is used
to pass in additional required arguments. The cache has been disabled so
that each query is forced to make a trip to the live application.
This instance of AutoComplete defines a robust custom
formatResult()
function to format the result data into
images in HTML. Automatic
highlighting of the first result item in the container has been disabled by
setting autoHighlight
to false
.