X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..92c2b89db26be16707f4a805d3303ab2531006e1:/docs/output/Ext.dd.Registry.html?ds=inline
diff --git a/docs/output/Ext.dd.Registry.html b/docs/output/Ext.dd.Registry.html
index ff9eea06..ebff5e68 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 |
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 Properties
This class has no public properties.
Public Methods
|
| getHandle( String/HTMLElement id )
- :
- ObjectReturns the handle registered for a DOM Node by id Returns the handle registered for a DOM Node by id | 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 | 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:Returns:Object data The custom data
| 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:Returns:Object data The custom data
| Registry |
| register( String/HTMLElement) element , [Object data ] )
- :
+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|
| getHandle( String/HTMLElement id )
+ :
+ ObjectReturns the handle registered for a DOM Node by id Returns the handle registered for a DOM Node by id | 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 | 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:Returns:Object data The custom data
| 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:Returns:Object data The custom data
| Registry | | register( String/HTMLElement) element , [Object data ] )
+ :
voidResgister a drag drop element Resgister a drag drop element Parameters:element : String/HTMLElement)The id or DOM node to register data : Object(optional) An custom data object that will be passed between the elements that are involved
in drag drop operations. You can populate this object with any arbitrary properties that your own code
knows how to interpret, plus there are some specific properties known to the Registry that should be
@@ -20,6 +20,6 @@ handles Array of DOM nodes that trigger dragging
for the element being registered
isHandle True if the element passed in triggers
dragging itself, else false
- Returns: | Registry | | unregister( String/HTMLElement) element )
- :
+Returns: | Registry | | unregister( String/HTMLElement) element )
+ :
voidUnregister a drag drop element Unregister a drag drop element | Registry |
Public EventsThis class has no public events.
\ No newline at end of file
|