Atrium.launchURL(url, title, closable)
This function launches a page as a tab in the portal. You can use this from your RPGsp programs to launch other programs in portal tabs. 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 - a string that becomes the tab label or title.
- closable : a - 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