Gaia Ajax: AspectDraggable
Aspect class for making elements draggable or movable.
Element you attach this Aspect to can be dragged around on screen with mouse. See AspectDroppable
for how to make it possible to track specific places they are dropped.
Markup (ASPX/.aspx)
1:
2:
3: <div style="position:relative; height: 200px;">
4:
5: <gaia:panel
6: id="zDraggable"
7: runat="Server"
8: CssClass="panel-drag"></gaia:panel>
9:
10: </div>
11:
12: