Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

Content Freeze

As of July 25th, 2023, there is a content freeze on this page.

Atrium.launchURL launches a page as a tab in the portal. This is useful in those cases where you want to create applications that take advantage of the tab-style navigation provided by Atrium, but want to control displaying the tabs programmatically, rather than having the user select it from the menu.

Parameters:

  • url - a string representing the url to launch as a tab in the portal.
  • title - a string that becomes the tab label or title.
  • closable - a boolean true or false value. When set to false, the close icon “x” will not appear on the tab, preventing the user from closing it.

Returns:

  • a reference to the tab object being launched

The 'tab object' is a JSON object.

  • No labels