Closure Library API Documentation
Go to class or file:
dragger.js
No description.
Useful links
Demo
Source Code
Git
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