YUI recommends YUI 3.

YUI 2 has been deprecated since 2011. This site acts as an archive for files and documentation.

Yahoo! UI Library

Drag and Drop  2.5.0

Yahoo! UI Library > dragdrop > YAHOO.util.DDTarget

Show Private Show Protected

Class YAHOO.util.DDTarget - extends YAHOO.util.DragDrop

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.

Constructor

YAHOO.util.DDTarget ( id , sGroup , config )
Parameters:
id <String> the id of the element that is a drop target
sGroup <String> the group of related DragDrop objects
config <object> an object containing configurable attributes Valid properties for DDTarget in addition to those in DragDrop: none

Copyright © 2007 Yahoo! Inc. All rights reserved.