search

goog.events.PasteHandler

Provided By
Extends
All Implemented Interfaces

A paste event detector. Gets an element as parameter and fires goog.events.PasteHandler.EventType.PASTE events when text is pasted in the element. Uses heuristics to detect paste events in FF2. See more details of the heuristic on #handleEvent_.

new PasteHandler( element )

Parameters
element(Element|null)

The textarea element we are listening on.

Instance Methods

Instance Properties

Static Properties

Enumerations