The atgChangeTab performs the necessary client and server side actions to change the current tab in the framework using the following attributes that set arguments for atgSubmitAction.
- newTab
- nextSteps
- panelStack
- panels
- extraParams
The following functions are available in atg.svc.framework.
| Attribute | Description | 
|---|---|
| 
 | Change to the specified tab on the client-side only. Must be called in conjunction with a server-side call to  Arguments: | 
| 
 | Changes and restores the state of the sidebar from the default expanded view showing all of the helpful panels to a minimized view showing a vertical bar. Arguments: | 
| 
 | Selects the specified panel in a row of tabbed panels as the current panel. Arguments: | 
| 
 | Removes or restores the specified side panel. Removed panels are taken out of the display and moved to a link in the Available Panels panel. Clicking the link in Available Panels restores the panel to its original position. Arguments: | 
| 
 | Moves a panel to or from a row of tabbed panels. Arguments: | 
| 
 | Shows and hides the content area of a panel. The title bar of the panel remains in place. Arguments: | 
| 
 | Initiates a new agent session with a customer without ending the existing session. | 
| 
 | Terminates the existing agent session with the customer. | 
| 
 | Initiates a new agent session with a customer and terminates the existing session. | 
Framework parameters are submitted to the server using the atgSubmitAction function or with form handlers using a successURL formatted by the frameworkUrl tag library.

