Embedding within a web application

The dashboard can be embedded into a hosting web application by inserting an Iframe & setting the URL to point to the dashboard.html page.

Embedding_02

Certain parts of the dashboards appearance, such as removing the Header bar or the Main menu button can be controlled by passing parameters on the querystring when the source of the Iframe is set. More information about what parameters can be passed can be found in Passing URL Parameters

Control can be passed back to the hosting application by creating a 'Drillout' component & setting its type to be 'JavaScript Function'. More information about this can be found in the Returning control through a JavaScript function section.