Class SweetDevRia.DropZone
Extends
YAHOO.util.DDTarget.
a DragDrop implementation that inserts an empty, bordered div into
the document that follows the cursor during drag operations. At the time of
the click, the frame div is resized to the dimensions of the linked html
element, and moved to the exact location of the linked element.
Defined in: DropZone.js.
Constructor Attributes | Constructor Name and Description |
---|---|
SweetDevRia.DropZone(id, sGroup, handler)
|
Class Detail
SweetDevRia.DropZone(id, sGroup, handler)
- Parameters:
- {String} id
- the id of the linked html element
- {String} sGroup
- the group of related DragDrop objects
- handler