SP.Ribbon.PageState.Handlers.setStateChangeDialogFocusOnNode(node) Method
Applies to: SharePoint Foundation 2010
Sets the focus of the state change dialog to the specified DOM element node.
SP.Ribbon.PageState.Handlers.setStateChangeDialogFocusOnNode(node);
Parameters
node
Type: DOMElement
The Document Object Model (DOM) element node on which the focus is set.
Remarks
This method sets the focus of the state change dialog to the specified DOM element node. This method does nothing if node is null .
Applies To
SP.Ribbon.PageState.Handlers Class