id, config, invalidHandleTypes, invalidHandleIds, invalidHandleClasses, groups, isTarget, padding, maintainOffset, xTicks, yTicks, primaryButtonOnly, available
Class YAHOO.util.DDTarget
Object | +--YAHOO.util.DragDrop | +--YAHOO.util.DDTarget
class
YAHOO.util.DDTarget
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.
Method Summary [top]
Object |
toString
()
toString method
|
Methods inherited from class YAHOO.util.DragDrop
lock, unlock, startDrag, onDrag, onDragEnter, onDragOver, onDragOut, onDragDrop, endDrag, onMouseDown, onMouseUp, onAvailable, getEl, getDragEl, init, initTarget, applyConfig, setPadding, setInitPosition, addToGroup, removeFromGroup, setDragElId, setHandleElId, setOuterHandleElId, unreg, isLocked, addInvalidHandleType, addInvalidHandleId, addInvalidHandleClass, removeInvalidHandleType, removeInvalidHandleId, removeInvalidHandleClass, isValidHandleChild, setXConstraint, clearConstraints, clearTicks, setYConstraint, resetConstraints
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 -
config
- an object containing configurable attributes Valid properties for DDTarget in addition to those in DragDrop: none