$entry.getTitle()
$entry.getDescription()
DragLib Core is just the file drag.js.
To create a draggable object,
call the method DragObj.getInstance
that is defined in drag.js:
DragObj.getInstance(oElement);
Where oElement is a relatively or absolutely positioned element.
There are many features discussed in the tutorial that allow you to add a lot of extra functionality to drag objects. See the demo page for some examples.
onbeforedragstart, ondragstart,
onbeforedrag, ondrag,
ondragstop, ondragend,
ondragdrop
All licenses for DragLib come with full support.
DragLib is not free. If you are interested in using DragLib, please see the buy page.
| Browser & Platform | Compatibility |
|---|---|
| IE6 |
|
| Mozilla Mac/Win/Linux |
|
| IE5 Win |
|
| IE5 Mac |
|
| Safari |
|
| Konqueror 3.1 |
|
| Opera 7 |
|
| Other DOM-supporting browsers |
|
| Opera 5-6 |
|
| Netscape 4 |
|