SP.UI.PopoutMenu.onModalKeyDown(evt) Event
Applies to: SharePoint Foundation 2010
Raises the keydown event for the document object in Dynamic HTML (DHTML).
SP.UI.PopoutMenu.onModalKeyDown(evt);
Parameters
evt
Type: DomEvent
The data for the event.
Remarks
The keydown event is raised when the user presses the Esc key. If there is an active pop-out menu, this method closes it.