X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/docs/output/Ext.KeyNav.html diff --git a/docs/output/Ext.KeyNav.html b/docs/output/Ext.KeyNav.html index b8aa682f..ff2d883c 100644 --- a/docs/output/Ext.KeyNav.html +++ b/docs/output/Ext.KeyNav.html @@ -1,4 +1,4 @@ -

Class Ext.KeyNav

Package:Ext
Defined In:KeyNav.js
Class:KeyNav
Extends:Object

Provides a convenient wrapper for normalized keyboard navigation. KeyNav allows you to bind +

Class Ext.KeyNav

Package:Ext
Defined In:KeyNav.js
Class:KeyNav
Extends:Object

Provides a convenient wrapper for normalized keyboard navigation. KeyNav allows you to bind navigation keys to function calls that will get called when the keys are pressed, providing an easy way to implement custom navigation schemes for any UI component.

The following are all of the possible keys that can be implemented: enter, left, right, up, down, tab, esc, @@ -14,19 +14,19 @@ pageUp, pageDown, del, home, end. Usage:

this.save(); }, scope : this -});

Config Options

Config OptionsDefined By