search

goog.ui.ac.RichRemote

Provided By
Extends
All Implemented Interfaces

Factory class to create a rich autocomplete widget that autocompletes an inputbox or textarea from data provided via ajax. The server returns a complex data structure that is used with client-side javascript functions to render the results.

new RichRemote( url, input, opt_multi, opt_useSimilar )

Parameters
urlstring

The Uri which generates the auto complete matches.

input(Element|null)

Input element or text area.

opt_multiboolean=

Whether to allow multiple entries; defaults to false.

opt_useSimilarboolean=

Whether to use similar matches; e.g. "gost" => "ghost".

Instance Methods

Instance Properties