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.

Permalinks/Solutions/Overrides/SinglePaneInWWH (last edited 2012-10-16 21:38:46 by LaurenLever)