X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..92c2b89db26be16707f4a805d3303ab2531006e1:/docs/output/Ext.EventObject.html
diff --git a/docs/output/Ext.EventObject.html b/docs/output/Ext.EventObject.html
index 49ca2bb7..a3fd7ab6 100644
--- a/docs/output/Ext.EventObject.html
+++ b/docs/output/Ext.EventObject.html
@@ -15,31 +15,31 @@ myDiv.on( // 'on' is shorthand for addListener
);
// other methods to do the same:
Ext.EventManager.on("myDiv", 'click', handleClick);
-Ext.EventManager.addListener("myDiv", 'click', handleClick);
This class is a singleton and cannot be created directly.
Method | Defined By | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
getCharCode()
- :
- Number Gets the character code for the event. Gets the character code for the event. Parameters:
| EventObject | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
getKey()
- :
- Number Returns a normalized keyCode for the event. Returns a normalized keyCode for the event. Parameters:
| EventObject | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
getPageX()
- :
- Number Gets the x coordinate of the event. Gets the x coordinate of the event. Parameters:
| EventObject | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
getPageY()
- :
- Number Gets the y coordinate of the event. Gets the y coordinate of the event. Parameters:
| EventObject | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
getRelatedTarget()
- :
- HTMLElement Gets the related target. Gets the related target. Parameters:
| EventObject | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
getTarget( [String selector ], [Number/Mixed maxDepth ], [Boolean returnEl ] )
- :
+Ext.EventManager.addListener("myDiv", 'click', handleClick);This class is a singleton and cannot be created directly. Public PropertiesThis class has no public properties. Public Methods
|