UIZE JavaScript Framework

TO DO - Uize.Web.xDrag

This is a TO DO document for the proposed Uize.Web.xDrag module.

1. Proposed New Methods

1.1. draggable

Makes the set of elements draggable, optionally firing events

NOTES

draggable([startFUNC[, updateFUNC[, endFUNC]]])
draggable(eventsOBJ)
Wraps Uize.Widget.Drag

1.2. undraggable

Stops making the set of elements draggable, based on the events fired

NOTES

draggable([startFUNC[, updateFUNC[, endFUNC]]])
draggable(eventsOBJ)
Wraps Uize.Widget.Drag