dojo.stopEvent
<script src="../../js/dojo.js"></script>
defined in dojo/_base/event.js
prevents propagation and clobbers the default action of the passed event
Usage
function (evt) (view source)
parameter | type | description |
---|---|---|
evt | The event object. If omitted, window.event is used on IE. |