Page 1 of 1

Launching a tab from Open access program?

Posted: Thu Nov 11, 2010 10:54 am
by leatherlips
If I have an open access program running inside Atrium, and want to launch a URL from that program, but, want it to launch within Atrium (a new tab), is that possible? how would I execute the "Atrium.launchURL()" from my RPG?
Thank you

Re: Launching a tab from Open access program?

Posted: Fri Nov 12, 2010 6:51 pm
by David
See page 30 of the Atrium user guide here:

http://www.profoundlogic.com/support/At ... _Guide.pdf

You'll want to use the Atrium.launchURL() API documented there. For example, to open the Profound Logic website in the portal, use the following JavaScript code in an element's click event, or using the panel's "onload" event:

Atrium.launchURL("http://www.profoundlogic.com", "My Tab Title");