dijit._Contained.getPreviousSibling
dojo.require("dijit._Container");
defined in dijit/_Container.js
Returns null if this is the first child of the parent, otherwise returns the next element sibling to the "left".
Usage
function () (view source)