How to Embed External Webpages into Polarion Wiki
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
Comments
Leave a Reply
You must be logged in to post a comment.
Where to put an html file on the Polarion server if I want to load it directly from that.
e.g in a LiveReport script block?
Where mypage.html must be stored?
Martin