DragTipProxy

This drag proxy manages a tooltip (or derived class) and aligns the tooltip to the current drag position adjusted by the align config.

Configs

4
align: String= t10-b50

Controls how the tooltip will be aligned to the current drag position.

See alignTo for details.

offset: Number= 20

The number of pixels to offset from the drag position.

The tooltip to be shown, hidden and repositioned to track the drag position.

draggingDragProxy

Properties

8

Class hierarchy

isDragTipProxy: Boolean= truereadonly
Identifies an object as an instance of DragTipProxy class, or subclass thereof.
isDragTipProxy: Boolean= truereadonlystatic
Identifies an object as an instance of DragTipProxy class, or subclass thereof.
isDragProxyDragProxy

Lifecycle

configBase

Other

ownerDragProxy

Functions

19

Configuration

applyDefaultsstaticBase

Events

Lifecycle

destroystaticBase

Misc

initClassstaticBase
isOfTypeNamestaticBase
mixinstaticBase

Other

closeDragProxy
dragEndDragProxy
dragMoveDragProxy
dragStartDragProxy
openDragProxy