Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint Foundation 2010
In this article
Return Value
Remarks
Applies To
Removes the focus from the specified component.
var value = CUI.Page.FocusManager.releaseFocusFromComponent(component);
Parameters
component
Type: CUI.Page.PageComponent
The component for which the focus is released.
Return Value
Type: boolean
true if the focus was successfully removed from the page component; otherwise, false.
Remarks
This method removes the page component from the component list and removes the focus.