Book a Demo

Author Topic: customized html report  (Read 2337 times)

incanus

  • EA User
  • **
  • Posts: 33
  • Karma: +0/-0
    • View Profile
customized html report
« on: February 07, 2007, 07:55:50 am »
Is there anyway, when makin an html report, that the treeview doesnt appear on the report, i mean, i dont want the treeview to be shown.
I need to show only the diagrams on the html report, and be able to navigate it.
Any ideas would be helpfull.
best regards.

incanus

  • EA User
  • **
  • Posts: 33
  • Karma: +0/-0
    • View Profile
Re: customized html report
« Reply #1 on: February 12, 2007, 04:46:05 am »
I modified the iframe tag to <iframe src='"+toc+"' name='toc' id='tocIFrame' frameborder='0' width='0%' style='visibility: hidden'></iframe>
then the iframe isn't visible, but it still has its place on the page, as a grey box, i need to make that the "contentIFrame" be displayed all the wide of the screen.
I mean show only the contentIFrame contents.
best regards...