External Content Properties

From QPR ProcessAnalyzer Wiki
Revision as of 11:02, 4 April 2017 by TeeHiet (talk | contribs) (306991)
Jump to navigation Jump to search

With the External Content presentation object you can show content from some other website or web portal. The External Content presentation object uses html's iframe element to embed websites. It enables integrating multiple Web applications into a single UI.

Context Variables in External Content

The session context variables and their values are available in the external content pages via the getSessionVariable() javascript function. In addition, the session context variables can be set in the external content pages via the setSessionVariable() javascript function. Check the examples in the http://<Your_Host_Name>:8080/mobiledash/examples/test.html file for using the functions.

Template:MDBTutorialExternalContent