Define a Single Pane Navigation in !WebWorks Help
Issue
User wants to define a single pane navigation in WebWorks Help
Solution
The user will have to change the default behavior for the help system.
Create an override for:
Formats\WebWorks Help 5.0\Files\wwhelp\wwhimpl\common\scripts\switch.js
NOTE: For more information on creating customizations, please refer to Creating Format Overrides
Go to line 216 (in ePublisher 2012.2):
// Determine implementation // VarImplementation = "javascript";
Change the code to:
// Determine implementation // VarImplementation = "single";
This sets single topic view as the default.