Class YAHOO.util.DDTarget

Object
   |
   +--YAHOO.util.DragDrop
         |
         +--YAHOO.util.DDTarget

class YAHOO.util.DDTarget

Constructor Summary [top]

YAHOO.util.DDTarget
A DragDrop implementation that does not move, but can be a drop target. 

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