dijit._getTabNavigable
dojo.require("dijit");
defined in dijit/_base/manager.js
Finds the following descendants of the specified root node: * the first tab-navigable element in document order without a tabindex or with tabindex="0" * the last tab-navigable element in document order without a tabindex or with tabindex="0" * the first element in document order with the lowest positive tabindex value * the last element in document order with the highest positive tabindex value
Usage
function (/*DOMNode*/ root) (view source)
parameter | type | description |
---|---|---|
root | DOMNode |