Page 1 of 1
Minimize Webhelp Navigation pane on initial load
Posted: Mon Jul 13, 2015 3:56 pm
by cjbcjb
How would I go about loading the WebHelp with the navigation pane minimized? I have designed my help to be easily navigated without needing a TOC, and so I want it to open to a home topic without the TOC. I was using XHTML output, but I still need the search capabilities provided with WebHelp.
Chuck
Re: Minimize Webhelp Navigation pane on initial load
Posted: Tue Jul 14, 2015 9:49 am
by bogdan_cercelaru
Hello,
If you are using Oxygen 17.0, you can use the
toc.visible parameter to minimize (collapse) the navigation pane.
WebHelp Output / Customizing the WebHelp Systems / WebHelp Runtime Additional Parameters
toc.visible - The value can be true (default value) or false. When to false, the table of contents will be collapsed when you load the WebHelp page.
Regards,
Bogdan