showTab(name, visible)

Shows or hides specified tab page.

Parameters:

  • name (String): tab name;
  • visible (boolean): (optional) true to show tab, false to hide it (defaults to true );