Functiondijit.form.ComboButton.hasPrevFocalNode

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

Returns true if this widget has no node currently focused or if there is a node before the focused one. False is returned if the first node has focus.

Usage

function () (view source)