SP.UI.Workspace.add_resized(handler) Method
Applies to: SharePoint Foundation 2010
Adds the handler that is invoked by the workspace when this workspace is resized.
SP.UI.Workspace.add_resized(handler);
Parameters
handler
Type: Function
The handler that is invoked by the workspace when this workspace is resized.
Remarks
This method adds the handler of the workspace to the list that contains all handlers which are invoked by the workspace when the workspace is resized.