X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..10a866c12701c0a0afd0ac85dcdcf32a421514ac:/docs/output/Ext.dd.Registry.html diff --git a/docs/output/Ext.dd.Registry.html b/docs/output/Ext.dd.Registry.html index c9214594..ff9eea06 100644 --- a/docs/output/Ext.dd.Registry.html +++ b/docs/output/Ext.dd.Registry.html @@ -1,14 +1,14 @@ -
Package: | Ext.dd |
Defined In: | Registry.js |
Class: | Registry |
Extends: | Object |
Method | Defined By | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
getHandle( String/HTMLElement id )
- :
- ObjectReturns the handle registered for a DOM Node by id Returns the handle registered for a DOM Node by id Parameters:
| Registry | ||||||||||||||||||||||||||||||||
getHandleFromEvent( Event e )
- :
- ObjectReturns 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 Parameters:
| Registry | ||||||||||||||||||||||||||||||||
getTarget( String/HTMLElement id )
- :
- ObjectReturns 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 Parameters:
| Registry | ||||||||||||||||||||||||||||||||
getTargetFromEvent( Event e )
- :
- ObjectReturns 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 Parameters:
| Registry | ||||||||||||||||||||||||||||||||
register( String/HTMLElement) element , [Object data ] )
- :
+Class Ext.dd.Registry
Provides easy access to all drag drop components that are registered on a page. Items can be retrieved either
+directly by DOM node id, or by passing in the drag drop event that occurred and looking up the event target. This class is a singleton and cannot be created directly. Public PropertiesThis class has no public properties. Public Methods
Public EventsThis class has no public events. |