Page 1 of 1

Search tab to appear first in WebHelp

Posted: Thu Mar 20, 2014 5:18 pm
by LizDoubleU
Is there a way to have the Search tab appear by default instead of the Content tab when users open our WebHelp?

Thank you.

Re: Search tab to appear first in WebHelp

Posted: Thu Mar 20, 2014 6:08 pm
by sorin_ristache
A simple way is to replace the line:

Code: Select all

<body onload="javascript:showMenu('content');">
with the line:

Code: Select all

<body onload="javascript:showMenu('search');">
in the file:

[Oxygen-install-dir]\frameworks\dita\DITA-OT\plugins\com.oxygenxml.webhelp\xsl\createMainFiles.xsl


Regards,
Sorin