Functiondijit.form.DropDownButton._onDropDownClick

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

Usage

function (e) (view source)
parametertypedescription
e on Firefox 2 on the Mac it is possible to fire onclick by pressing enter down on a second element and transferring focus to the DropDownButton; we want to prevent opening our menu in this situation and only do so if we have seen a keydown on this button; detail != 0 means that we were fired by mouse