Содержание

closeTab

Closes the tab that meets the conditions.

Syntax

closeTab = function(aTabIndex);

Parameters

Examples

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