Newer Version Available
closeTab()
Closes a specified primary tab or subtab. Note that closing the
first tab in a primary tab closes the primary tab itself. This method is
only available in API
version 20.0 or later.
Syntax
Arguments
| Name | Type | Description |
|---|---|---|
| id | string | ID of the primary tab or subtab to close. |
| callback | function | For API version 35.0 or later, the JavaScript method that’s called upon completion of the method. |
Sample Code API 20.0 or Later–Visualforce
Response
None
Sample Code API Version 35.0 or Later–Visualforce
Response
This method is asynchronous, so it returns its response in an object in a callback method. The response object contains the following fields:
| Name | Type | Description |
|---|---|---|
| success | boolean | true if the tab was re-opened, false otherwise. |
| error | string | Error message if the tab couldn’t be closed. |