id, invalidHandleTypes, groups, isTarget, padding, maintainOffset, xTicks, yTicks, primaryButtonOnly
Class YAHOO.util.DDTarget
Object | +--YAHOO.util.DragDrop | +--YAHOO.util.DDTarget
class
YAHOO.util.DDTarget
Quick Links:
Constructor Summary
Fields inherited from class YAHOO.util.DragDrop [top]
Constructor Summary [top]
YAHOO.util.DDTarget
A DragDrop implementation that does not move, but can be a drop
target.
Methods inherited from class YAHOO.util.DragDrop
lock, unlock, startDrag, onDrag, onDragEnter, onDragOver, onDragOut, onDragDrop, endDrag, onMouseDown, onMouseUp, getEl, getDragEl, init, initTarget, setPadding, setInitPosition, addToGroup, setDragElId, setHandleElId, setOuterHandleElId, unreg, isLocked, addInvalidHandleType, removeInvalidHandleType, isValidHandleChild, setXConstraint, setYConstraint, resetConstraints, toString
Constructor Detail [top]
YAHOO.util.DDTarget
YAHOO.util.DDTarget
()
A DragDrop implementation that does not move, but can be a drop
target. You would get the same result by simply omitting implementation
for the event callbacks, but this way we reduce the processing cost of the
event listener and the callbacks.
- Parameters:
-
id
- the id of the element that is a drop target -
sGroup
- the group of related DragDrop objects