CUI.Page.FocusManager.releaseAllFoci() Method
Applies to: SharePoint Foundation 2010
In this article
Return Value
Remarks
Applies To
Removes the focus so that no PageComponent has the focus.
var value = CUI.Page.FocusManager.releaseAllFoci();
Return Value
Type: boolean
true if the focus was successfully removed; otherwise, false.
Remarks
This method removes all of the active page components from the component list and removes the focus.