search

goog.ui.ac.RichInputHandler

Provided By
Extends
All Implemented Interfaces

Class for managing the interaction between an autocomplete object and a text-input or textarea.

new RichInputHandler( opt_separators, opt_literals, opt_multi, opt_throttleTime )

Parameters
opt_separators(string|null)=

Seperators to split multiple entries.

opt_literals(string|null)=

Characters used to delimit text literals.

opt_multi(boolean|null)=

Whether to allow multiple entries (Default: true).

opt_throttleTime(number|null)=

Number of milliseconds to throttle keyevents with (Default: 150).

Instance Methods

Instance Properties