// Only defined when we want to handle Context Menu with this method NoContextMenu : function() { $DISPLAYMESSAGE$ event.cancelBubble = true; event.returnValue = false; $ALERTMESSAGE$ return false; }