Functiondijit._Container._getSiblingOfChild

dojo.require("dijit._Container");
defined in dijit/_Container.js

Get the next or previous widget sibling of child

Usage

function (child, /*Integer*/ dir) (view source)
parametertypedescription
child  
dirIntegerif 1, get the next sibling if -1, get the previous sibling