Navigating repository content using ReportExplorer
Use the actuate.ReportExplorer class to navigate and view the contents of a Encyclopedia volume in a generic graphical user interface. Load the actuate.ReportExplorer class with actuate.load( ), as shown in the following code:
actuate.load("reportexplorer");
Call actuate.ReportExplorer functions to identify the root directory to display then call the ReportExplorer’s submit function to display the content in the assigned <div> element.
The ReportExplorer class requires the use of a pre-existing actuate.RequestOptions object loaded with initialize. To use the default RequestOptions, use the RequestOptions constructor and provide the object as a parameter to the initialize call, as shown in the following code:
requestOpts = new actuate.RequestOptions( );
actuate.initialize( "http://localhost:8900/iportal", requestOpts, null, null, runReportExplorer);

Additional Links:

Copyright Actuate Corporation 2012