| Attribute | Description |
|---|---|
| drag_action | MVC.Draggable object that represents this drag |
| drag_element | The element that is actually being dragged |
| element | The element that represents the action |
| event | On dragstart+dragging, this is a mousemove event. On dragend, it is a mouseup. |
new MVC.Controller.Params.Drag() -> mvc.controller.params.drag
Same functionality as MVC.Controller.Params
cancel_drag() -> undefined
ghost(callback) -> undefined
{Function} -
horizontal() -> undefined
position(newposition, the) -> undefined
{MVC.Vector} -
{MVC.Vector} - position the page will be updated to
representitive(element, offsetX, offsetY) -> undefined
{HTMLElement} - the element you want to actually drag
{Number} - the x position where you want your mouse on the object
{Number} - the y position where you want your mouse on the object
revert() -> undefined
vertical() -> undefined