dijit._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)
parameter | type | description |
---|---|---|
child | ||
dir | Integer | if 1, get the next sibling if -1, get the previous sibling |