/* This file is part of Ext JS 3.4 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file. Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html. If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact. Build date: 2013-04-03 15:07:25 */ Ext.data.JsonP.Ext_dd_Registry({"alternateClassNames":[],"aliases":{},"enum":null,"parentMixins":[],"tagname":"class","subclasses":[],"extends":null,"uses":[],"html":"
Files
Provides easy access to all drag drop components that are registered on a page. Items can be retrieved either\ndirectly by DOM node id, or by passing in the drag drop event that occurred and looking up the event target.
\nReturns the handle registered for a DOM Node by id
\nThe DOM node or id to look up
\nhandle The custom handle data
\nReturns the handle that is registered for the DOM node that is the target of the event
\nThe event
\nhandle The custom handle data
\nReturns a custom data object that is registered for a DOM node by id
\nThe DOM node or id to look up
\ndata The custom data
\nReturns a custom data object that is registered for the DOM node that is the target of the event
\nThe event
\ndata The custom data
\nResgister a drag drop element
\nThe id or DOM node to register
\nAn custom data object that will be passed between the elements that are involved\nin drag drop operations. You can populate this object with any arbitrary properties that your own code\nknows how to interpret, plus there are some specific properties known to the Registry that should be\npopulated in the data object (if applicable):
\n\nValue Description\n\n
\n--------- ------------------------------------------
\nhandles Array of DOM nodes that trigger dragging
\n for the element being registered
\nisHandle True if the element passed in triggers
\n dragging itself, else false\n
Unregister a drag drop element
\nThe id or DOM node to unregister
\n