dojo.stopEvent

FIXME: inline API information

The same as calling event.preventDefault() and event.stopPropagation() on some passed event:

dojo.connect(node, "onclick", function(e){
    dojo.stopEvent(e); // click does nothing
});

Table of Contents

Error in the documentation? Can’t find what you are looking for? Let us know!