X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/output/Ext.KeyNav.html diff --git a/docs/output/Ext.KeyNav.html b/docs/output/Ext.KeyNav.html index ecedee36..fabc1973 100644 --- a/docs/output/Ext.KeyNav.html +++ b/docs/output/Ext.KeyNav.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link

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,17 +14,17 @@ pageUp, pageDown, del, home, end. Usage:

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

Config Options

Config OptionsDefined By