dijit._KeyNavContainer.connectKeyNavHandlers
dojo.require("dijit._Container");
defined in dijit/_Container.js
Call in postCreate() to attach the keyboard handlers to the container. preKeyCodes: Array Key codes for navigating to the previous child.
parameter | type | description |
---|---|---|
prevKeyCodes | Array | |
nextKeyCodes | Array | Key codes for navigating to the next child. |