dojox.widget.WizardPane._checkPass
dojo.require("dojox.widget.Wizard");
defined in dojox/widget/Wizard.js
Called when the user presses the "next" button. Calls passFunction to see if it's OK to advance to next panel, and if it isn't, then display error. Returns true to advance, false to not advance.
Usage
function () (view source)