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. 

Method Summary [top]

Object toString ()
toString method 

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

Method Detail [top]

toString

Object toString ()
toString method
Returns:
string representation of the dd obj