ac.js
No description.

File Location

/goog/ui/ac/ac.js


Public Protected Private

Global Functions

goog.ui.ac.createSimpleAutoComplete(datainputopt_multiopt_useSimilar) !goog.ui.ac.AutoComplete
Factory function for building a basic autocomplete widget that autocompletes an inputbox or text area from a data array.
Arguments:
data : Array
Data array.
input : Element
Input element or text area.
opt_multi : boolean=
Whether to allow multiple entries separated with semi-colons or commas.
opt_useSimilar : boolean=
use similar matches. e.g. "gost" => "ghost".
Returns: !goog.ui.ac.AutoComplete  A new autocomplete object.
code »

Directory ac

File Reference