Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: Brian Lindenmann on March 09, 2013, 06:09:33 am

Title: Removing Navigation Frame From HTML Report
Post by: Brian Lindenmann 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
Title: Re: Removing Navigation Frame From HTML Report
Post by: Brian Lindenmann on April 05, 2013, 02:21:05 am
BUMP
Title: Re: Removing Navigation Frame From HTML Report
Post by: Eve 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)
Title: Re: Removing Navigation Frame From HTML Report
Post by: skiwi on April 09, 2013, 06:02:26 am
OR using CSS display:none (http://www.w3schools.com/cssref/pr_class_display.asp)
Title: Re: Removing Navigation Frame From HTML Report
Post by: Dermot 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.
Title: Re: Removing Navigation Frame From HTML Report
Post by: Brian Lindenmann 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.
Title: Re: Removing Navigation Frame From HTML Report
Post by: tom_s_andries 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.