search

goog.fx.Dragger

Provided By
Extends
All Implemented Interfaces

A class that allows mouse or touch-based dragging (moving) of an element

new Dragger( target, opt_handle, opt_limits )

Parameters
target(Element|null)

The element that will be dragged.

opt_handle(Element|null)=

An optional handle to control the drag, if null the target is used.

opt_limits(goog.math.Rect|null)=

Object containing left, top, width, and height.

Instance Methods

Instance Properties

Static Functions

Enumerations