Products

How to Embed External Webpages into Polarion Wiki

By Timothy Stroebele

Sometimes you may want to embed other web pages into a polarion wiki page. This may be the case if you want to

    • embed existing wiki pages of other wiki systems you are currently using
    • embed pages of your intranet
    • embed exisiting web 2.0 application like mind mapper, drawing tools or whiteboarding tools

Please find below some example wiki code snipplets using the <iframe> </iframe> command

Embedding a wiki page e.g. from wikipedia
<iframe src=”http://en.wikipedia.org/wiki/Main_Page” width=”100%” height=”500″></iframe>

Mind Mapping with http://www.text2mindmap.com
<iframe src=”http://www.text2mindmap.com/” width=”100%” height=”500″></iframe>

Mind Mapping with http://bubbl.us
<iframe src=”http://bubbl.us/edit.php” width=”100%” height=”500″></iframe>

Mockups with Balsamiq (commercial) http://www.balsamiq.com
<iframe src=”http://www.balsamiq.com/demos/mockups/Mockups.html” width=”100%” height=”600″></iframe>

Drawing Charts with http://www.mxgraph.com
<iframe src=”http://www.mxgraph.com/demo/mxgraph/editors/workfloweditor.html” width=”100%” height=”500″></iframe>

Best Wishes
Tim

Leave a Reply

This article first appeared on the Siemens Digital Industries Software blog at https://blogs.sw.siemens.com/polarion/how-to-embed-external-webpages-into-polarion-wiki/