SP.UI.PopoutMenu.onMenuClick(evt) Event
Applies to: SharePoint Foundation 2010
Raises the click event for the pop-out menu.
SP.UI.PopoutMenu.onMenuClick(evt);
Parameters
evt
Type: DomEvent
The data for the event.
Remarks
If there is an active pop-out menu, this method closes that menu.
This method stops the event from getting to the page body.