Author Topic: Removing Navigation Frame From HTML Report  (Read 3578 times)

Brian Lindenmann

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Removing Navigation Frame From HTML Report
« on: March 09, 2013, 06:09:33 am »
Hello,

For the past couple of days, I have been trying to hide the navigation (table of contents) frame. I have been unsuccessful in hiding it cleanly.

In the HTML template fragments, I have been updated the javascript to try to hide the frame. I was able to update the code to allow moving the main page over the navigation pane.

Could someone please help me with what needs to be updated?

Thank you

Brian Lindenmann

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Removing Navigation Frame From HTML Report
« Reply #1 on: April 05, 2013, 02:21:05 am »
BUMP

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8068
  • Karma: +118/-20
    • View Profile
Re: Removing Navigation Frame From HTML Report
« Reply #2 on: April 08, 2013, 04:31:19 pm »
I can say that the whole report will only work if the frame is there. The best thing you can do is modify it so that it is hidden (eg. zero width)

skiwi

  • EA Expert
  • ****
  • Posts: 2080
  • Karma: +46/-82
    • View Profile
Re: Removing Navigation Frame From HTML Report
« Reply #3 on: April 09, 2013, 06:02:26 am »
OR using CSS display:none
Orthogonality rules
Using EA16.1 (1627) on Windows 11 Enterprise/64 bit. Repositories in SQLServer2019 DB Schema 1558.
WebEA on Pro Cloud Server 4.2.64

Dermot

  • EA Administrator
  • EA User
  • *****
  • Posts: 591
  • Karma: +7/-0
    • View Profile
Re: Removing Navigation Frame From HTML Report
« Reply #4 on: April 09, 2013, 11:11:13 am »
We have had users add a button - to show/hide the package browser. This was through some simple alterations to the JavaScript.

Brian Lindenmann

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Removing Navigation Frame From HTML Report
« Reply #5 on: April 10, 2013, 07:44:24 am »
Awesome! Thanks for the help.

I went into the javascript and changed the width of the table of contents frame to zero.

tom_s_andries

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: Removing Navigation Frame From HTML Report
« Reply #6 on: January 05, 2024, 07:22:01 am »
I can say that the whole report will only work if the frame is there. The best thing you can do is modify it so that it is hidden (eg. zero width)

Can you please show me in the code literally the modification to apply to the JavaScript for the left frame to disappear?
I'm not a developer, yet I do need to remove this frame to generate a html that can be navigated by business on the basis of diagrams only.