Actuate Information Console reference : Actuate JavaScript API classes : Actuate JavaScript API overview : Using the Actuate library
 
Using the Actuate library
The Actuate JavaScript library is available from any Information Console installation or Actuate Deployment Kit for BIRT reports. The URL for the library is:
http://localhost:8700/iportal/jsapi
where
*localhost:8700 is the host name and TCP port for an available Actuate web application host.
*/iportal is the context root for the web application.
*/jsapi is the default location of the Actuate JavaScript API libraries.
A script tag loads the Actuate JavaScript API library, as shown in the following code:
<script type="text/javascript" src="http://localhost:8700/iportal/jsapi">
</script>
To call JavaScript functions, use additional script tags after the script tag that adds these libraries for the page.