navToExternal
Navigates the course content window to an external web site.
Syntax
navToExternal (String url) : void
Parameters
- url – The web site address to navigate to.
Returns
void
Example
This example navigates to the Agilix web site.
var api = findApiHost(window);
api.navToExternal('http://www.agilix.com');
See Also