search

goog.events.KeyHandler

Provided By
Extends
All Implemented Interfaces

A wrapper around an element that you want to listen to keyboard events on.

new KeyHandler( opt_element, opt_capture )

Parameters
opt_element(Element|Document|null)=

The element or document to listen on.

opt_captureboolean=

Whether to listen for browser events in capture phase (defaults to false).

Instance Methods

Instance Properties

Enumerations