Atrium.setTabTitle()



This method sets the Atrium tab title text. 

This function is meant to be called from within a Rich Display or Genie session that is running inside of Atrium.



This API is available in Profound UI Version 6, Fix Pack 0.1 and newer.

Parameters: 

  • tab (optional) - A reference to a tab to set the title text for. If this parameter is not passed, then the return value is the tab associated with the Rich Display or Genie session in which the code is run.

  • text  - The text to set.

Example:

Set current tab title
Atrium.setTabTitle("New Title");



Set specific tab title
Atrium.setTabTitle(tab, "New Title");