search

goog.ui.ac.Remote

Provided By
Extends
All Implemented Interfaces
All Known Direct Subclasses

Factory class for building a remote autocomplete widget that autocompletes an inputbox or text area from a data array provided via ajax.

new Remote( 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