Class Index | File Index

Classes


Class SweetDevRia.DragDrop


Extends YAHOO.util.DDProxy.
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: DragDropZone.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
SweetDevRia.DragDrop(id, sGroup, handler)
Field Summary
Field Attributes Field Name and Description
 
true if we can drop this object on #document, else false;
 
Event declarations
Fields borrowed from class YAHOO.util.DDProxy:
_previousSize, centerFrame, dragElId, resizeFrame
Fields borrowed from class YAHOO.util.DD:
scroll
Methods borrowed from class YAHOO.util.DDProxy:
createFrame, initFrame, showFrame
Methods borrowed from class YAHOO.util.DD:
alignElWithMouse, autoOffset, autoScroll, b4Drag, b4MouseDown, cachePosition, getTargetCoord, setDelta, setDragElPos
Class Detail
SweetDevRia.DragDrop(id, sGroup, handler)
Parameters:
{String} id
the id of the linked html element
{String} sGroup
the group of related DragDrop objects
handler
Field Detail
documentTarget
true if we can drop this object on #document, else false;

dragStartEvt
Event declarations

Documentation generated by JsDoc Toolkit 2.0.0 on Thu May 05 2011 12:20:29 GMT+0200 (CEST)