X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..c8256059947f3aa8f5b0a9a2acf55e2142bb4742:/docs/output/Ext.EventObject.html diff --git a/docs/output/Ext.EventObject.html b/docs/output/Ext.EventObject.html index 55fede2b..35683502 100644 --- a/docs/output/Ext.EventObject.html +++ b/docs/output/Ext.EventObject.html @@ -1,4 +1,4 @@ -
Package: | Ext |
Defined In: | EventManager.js |
Class: | EventObject |
Extends: | Object |
Package: | Ext |
Defined In: | EventManager.js |
Class: | EventObject |
Extends: | Object |
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
|