Search tab to appear first in WebHelp

Oxygen general issues.
LizDoubleU
Posts: 1
Joined: Thu Mar 20, 2014 5:06 pm

Search tab to appear first in WebHelp

Post 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.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Search tab to appear first in WebHelp

Post 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
Post Reply