X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..10a866c12701c0a0afd0ac85dcdcf32a421514ac:/docs/output/Ext.KeyNav.html?ds=inline diff --git a/docs/output/Ext.KeyNav.html b/docs/output/Ext.KeyNav.html index fabc1973..b8aa682f 100644 --- a/docs/output/Ext.KeyNav.html +++ b/docs/output/Ext.KeyNav.html @@ -1,4 +1,4 @@ -
Package: | Ext |
Defined In: | KeyNav.js |
Class: | KeyNav |
Extends: | Object |
Provides a convenient wrapper for normalized keyboard navigation. KeyNav allows you to bind +
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, @@ -21,7 +21,9 @@ Ext.EventObject.stopE...
Method | Defined By | |
---|---|---|
KeyNav( Mixed el , Object config )
- Parameters:
| KeyNav | |
disable()
+ Parameters:
| KeyNav | |
destroy()
+ :
+ void Destroy this KeyNav (this is the same as calling disable). Destroy this KeyNav (this is the same as calling disable). Parameters:
| KeyNav | |
disable()
:
void Disable this KeyNav Disable this KeyNav Parameters:
| KeyNav | |
enable() : |