Sparx Systems Forum
Enterprise Architect => General Board => Topic started 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
-
BUMP
-
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)
-
OR using CSS display:none (http://www.w3schools.com/cssref/pr_class_display.asp)
-
We have had users add a button - to show/hide the package browser. This was through some simple alterations to the JavaScript.
-
Awesome! Thanks for the help.
I went into the javascript and changed the width of the table of contents frame to zero.
-
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.