FIXME: inline API information
The same as calling event.preventDefault() and event.stopPropagation() on some passed event:
event.preventDefault()
event.stopPropagation()
dojo.connect(node, "onclick", function(e){ dojo.stopEvent(e); // click does nothing });