| sforce.console.ConsoleEvent.OPEN_TAB |
Fired when a primary tab or subtab is opened. Available in API version
30.0 or later. |
-
id — The ID of the opened tab.
-
objectId — The object ID of the opened
tab, if available.
|
| sforce.console.ConsoleEvent.CLOSE_TAB |
Fired when a primary tab or subtab with a specified ID in the additionalParams argument is closed.
Or, fired when a primary tab or subtab with no specified ID is closed.
Available in API version 30.0 or later. |
-
id — The ID of the closed tab.
-
objectID — The object ID of the closed
tab, if available.
|
| sforce.console.ConsoleEvent.CONSOLE_LOGOUT |
Delays the execution of logging
out of a console when a user clicks Logout. When Logout is clicked:
- An overlay appears, which tells a user that logout is in progress.
- Callbacks are executed that have been registered by using sforce.console.ConsoleEvent.CONSOLE_LOGOUT.
- Console logout logic is executed.
If the callback contains synchronous blocking code, the console
logout code isn’t executed until the blocking code is executed.
As a best practice, avoid synchronous blocking code or long code execution
during logout.
Available in API version
31.0 or later.
|
None
|