dragger.js
No description.

File Location

/goog/fx/dragger.js

Classes

goog.fx.DragEvent
Object representing a drag event
goog.fx.Dragger
A class that allows mouse or touch-based dragging (moving) of an element

Public Protected Private

Enumerations

Global Functions

goog.fx.Dragger.cloneNode(sourceEl) !Element
Creates copy of node being dragged. This is a utility function to be used wherever it is inappropriate for the original source to follow the mouse cursor itself.
Arguments:
sourceEl : Element
Element to copy.
Returns: !Element  The clone of sourceEl.
code »

Directory fx

File Reference