Functiondijit._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.

Usage

function (/*Array*/ prevKeyCodes, /*Array*/ nextKeyCodes) (view source)
parametertypedescription
prevKeyCodesArray 
nextKeyCodesArrayKey codes for navigating to the next child.