Index Requires Clicking Each Link
Issue
Customer wants all of the index entries to be displayed on the Index page instead of having to click each letter.
Solution
Select the WebWorks Help target in the interface
Navigate to the Advanced -> Manage Format Overrides
- Double click on Skins directory, and navigate to the Skin you are using (as indicated by Target Settings)
Double click on wwh_settings.xml to edit this file in your favorite text editor, once you have this open you will see the following, to modify the SectionNavigation
<!WebWorksHelpSettings?> ... <Implementations> ... <JavaScript> ... <Panels> ... <Index> ... <SectionNavigation threshold="500" separator=" - "> ... </SectionNavigation> ... </Index> </Panels> ... </JavaScript> ... </Implementations> </WebWorksHelpSettings>