X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/b37ceabb82336ee82757cd32efe353cfab8ec267..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/source/EventManager-more.html diff --git a/docs/source/EventManager-more.html b/docs/source/EventManager-more.html index 11373d5a..96b8d013 100644 --- a/docs/source/EventManager-more.html +++ b/docs/source/EventManager-more.html @@ -7,12 +7,12 @@
/*!
- * Ext JS Library 3.2.2
+ * Ext JS Library 3.3.0
  * Copyright(c) 2006-2010 Ext JS, Inc.
  * licensing@extjs.com
  * http://www.extjs.com/license
  */
-
/** +/** * @class Ext.EventManager */ Ext.apply(Ext.EventManager, function(){ @@ -116,6 +116,11 @@ Ext.apply(Ext.EventManager, function(){ * Url used for onDocumentReady with using SSL (defaults to Ext.SSL_SECURE_URL) */ ieDeferSrc : false, + + // protected, short accessor for useKeydown + getKeyEvent : function(){ + return useKeydown ? 'keydown' : 'keypress'; + }, // protected for use inside the framework // detects whether we should use keydown or keypress based on the browser.