Class Rico.Draggable
Implements behavior for a draggable element
Defined in: <ricoDragDrop.js>.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Rico.Draggable(type, htmlElement)
|
| Method Attributes | Method Name and Description |
|---|---|
|
deselect()
|
|
|
endDrag()
|
|
|
Returns the HTML element that should have a mouse down event
added to it in order to initiate a drag operation
|
|
|
getMultiObjectDragGUI(draggables)
|
|
|
select()
|
|
|
toString()
|
Method Detail
cancelDrag()
deselect()
endDrag()
getDroppedGUI()
getMouseDownHTMLElement()
Returns the HTML element that should have a mouse down event
added to it in order to initiate a drag operation
getMultiObjectDragGUI(draggables)
- Parameters:
- draggables
getSingleObjectDragGUI()
isSelected()
select()
startDrag()
toString()