Book a Demo

Author Topic: HTML Reporting  (Read 2638 times)

Shailen

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
HTML Reporting
« on: May 29, 2009, 11:13:27 am »
Hello,

I had a question regarding generating the HTML report.  When I generate the HTML report them the project browser appears on my html report, by accessing the index.htm file.  I can drag one side of the project browser closer to the other to decrease the size, however there is a limit on that.

How can I generate an HTML report without the project browser?  


Thank You.

robbierzzz

  • EA User
  • **
  • Posts: 27
  • Karma: +0/-0
    • View Profile
Re: HTML Reporting
« Reply #1 on: May 29, 2009, 03:52:26 pm »
I think you can't, since that's the navigation pane of the HTML report. But if it is possible, it should edited in the HTML template.
Dance with the stars

Oliver F.

  • EA User
  • **
  • Posts: 573
  • Karma: +2/-1
  • Aren´t we all in the model business ?
    • View Profile
    • Karl Storz homepage
Re: HTML Reporting
« Reply #2 on: May 29, 2009, 04:34:29 pm »
Quote
How can I generate an HTML report without the project browser?  

Editing the HTML template from the resource editor you can put your hands on the JAVAScript section as well as the PageToC template.
However I have not found a way to get rid of the frames view at all. The information frame and the project browser seem to be tied together by the document object model and have dependencies via JAVAScript so it is not a trivial task to simply remove the prject browser view.

Oliver