CUI.Page.FocusManager.getFocusedComponents() Method
Applies to: SharePoint Foundation 2010
In this article
Return Value
Remarks
Applies To
Gets the list of the active page components that have the focus.
var value = CUI.Page.FocusManager.getFocusedComponents();
Return Value
Type: Array
The list of the active page components that have the focus.
Remarks
If a handler is not in this list, the component does not have the focus and cannot handle any commands.