Functiondijit._Contained.getNextSibling

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

Returns null if this is the last child of the parent, otherwise returns the next element sibling to the "right".

Usage

function () (view source)