Finds the descendant of the specified root node that is last in the tabbing order
var elems = dijit._getTabNavigable(dojo.byId(root)); return elems.last ? elems.last : elems.highest; // Element