Содержание

closeTab

Closes the tab that meets the conditions.

Syntax

closeTab = function(aTabIndex);

Parameters

  • aTabIndex
    • functions: tab index

Examples

  1. //Close the first tab
    closeTab(0);