X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.KeyNav.html?ds=sidebyside diff --git a/docs/output/Ext.KeyNav.html b/docs/output/Ext.KeyNav.html index fabc1973..ff2d883c 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, @@ -14,17 +14,19 @@ pageUp, pageDown, del, home, end. Usage:
this.save(); }, scope : this -});Config Options | Defined By | |||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
defaultEventAction : String The method to call on the Ext.EventObject after this KeyNav intercepts a key. Valid values are
+}); Config Options
Public PropertiesThis class has no public properties. Public Methods
Public PropertiesThis class has no public properties. Public Methods
Public EventsThis class has no public events. |