linb.dragDropgetOffset ( )
Get offset distance from current mouse point to original point.
returns: Object. Formate - {x:,y:}.
getProxyPos ( )
Get css position of proxy node in current step.
returns: Object. Format - {left:xx,top:xx}.
absPos_offset_x
Absolute x offset.
absPos_offset_y
Absolute y offset.
cssPos_offset_x
Css x offset.
cssPos_offset_y
Css x offset.
data
Data of latest dragging & dropping.
If ui control is dragged, this would be id of ui control.
opacity
opacity effect when dragging
ox
Mouse original x coordinate when dragging starts
oy
Mouse original y coordinate when dragging starts
x
Current x coordinate of mouse;
y
Current y cooridinate of mouse;