/* 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.

\n
Defined By

Methods

Ext.dd.Registry
view source
( id ) : Object
Returns the handle registered for a DOM Node by id ...

Returns the handle registered for a DOM Node by id

\n

Parameters

  • id : String/HTMLElement

    The DOM node or id to look up

    \n

Returns

  • Object

    handle The custom handle data

    \n
Ext.dd.Registry
view source
( e ) : Object
Returns the handle that is registered for the DOM node that is the target of the event ...

Returns the handle that is registered for the DOM node that is the target of the event

\n

Parameters

  • e : Event

    The event

    \n

Returns

  • Object

    handle The custom handle data

    \n
Ext.dd.Registry
view source
( id ) : Object
Returns a custom data object that is registered for a DOM node by id ...

Returns a custom data object that is registered for a DOM node by id

\n

Parameters

  • id : String/HTMLElement

    The DOM node or id to look up

    \n

Returns

  • Object

    data The custom data

    \n
Ext.dd.Registry
view source
( e ) : Object
Returns a custom data object that is registered for the DOM node that is the target of the event ...

Returns a custom data object that is registered for the DOM node that is the target of the event

\n

Parameters

  • e : Event

    The event

    \n

Returns

  • Object

    data The custom data

    \n
Ext.dd.Registry
view source
( element, [data] )
Resgister a drag drop element ...

Resgister a drag drop element

\n

Parameters

  • element : String/HTMLElement

    The id or DOM node to register

    \n
  • data : Object (optional)

    An 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\n
    Value      Description
    \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
    \n\n
Ext.dd.Registry
view source
( element )
Unregister a drag drop element ...

Unregister a drag drop element

\n

Parameters

  • element : String/HTMLElement

    The id or DOM node to unregister

    \n
","superclasses":[],"meta":{},"requires":[],"html_meta":{},"statics":{"property":[],"cfg":[],"css_var":[],"method":[],"event":[],"css_mixin":[]},"files":[{"href":"Registry.html#Ext-dd-Registry","filename":"Registry.js"}],"linenr":1,"members":{"property":[],"cfg":[],"css_var":[],"method":[{"tagname":"method","owner":"Ext.dd.Registry","meta":{},"name":"getHandle","id":"method-getHandle"},{"tagname":"method","owner":"Ext.dd.Registry","meta":{},"name":"getHandleFromEvent","id":"method-getHandleFromEvent"},{"tagname":"method","owner":"Ext.dd.Registry","meta":{},"name":"getTarget","id":"method-getTarget"},{"tagname":"method","owner":"Ext.dd.Registry","meta":{},"name":"getTargetFromEvent","id":"method-getTargetFromEvent"},{"tagname":"method","owner":"Ext.dd.Registry","meta":{},"name":"register","id":"method-register"},{"tagname":"method","owner":"Ext.dd.Registry","meta":{},"name":"unregister","id":"method-unregister"}],"event":[],"css_mixin":[]},"inheritable":null,"private":null,"component":false,"name":"Ext.dd.Registry","singleton":true,"override":null,"inheritdoc":null,"id":"class-Ext.dd.Registry","mixins":[],"mixedInto":[]});