This post shows you how to add show/hide links for the navigation pane in your topics. View example output RoboHelp 10 and later RoboHelp 10 Show Hide Links Code (RoboHelp 10 or later only!) Setting up the master page Go to the masterpage that you want to add the links to. Select the header or …
When you open the WebHelp, you sometimes want the TOC to be closed. To make sure the TOC is not visibile when the WebHelp opens, you need to modify your output. RoboHelp 10 Open whskin_frmset01.htm. On line 66, change 220,* into 0,*. RoboHelp 8 and 9 Open whskin_frmset01.htm. On line 53, replace 220 with 0. …
When you click a term in the search results, the selected page is highlighted by a gray background. With some changes, you can style the hi ghlight any way you like. To do this, you have to modify your output files. This means that you need to copy the modified files in your output every …
When you click a term in the index, the selected term is highlighted by a gray background. With some changes, you can style the highlight any way you like. To do this, you have to modify your output files. This means that you need to copy the modified files in your output every time you …
When you click a term in the glossary, the selected term is highlighted by a gray background. With some changes, you can style the highlight any way you like. To do this, you have to modify your output files. This means that you need to copy the modified files in your output every time you …
When you visit a topic, the TOC highlights the visited topic. Normally you can only set the background colour of this highlight. But with some changes to your output files, you can style the highlight any way you like. This means that you need to copy the modified files in your output every time you …
For many scripts it is important to run a script on the topic alone. For instance, if you create a print button you want to print only the topic pane. The following function will return the topic pane so that you can run scripts on the correct frame. function GetTopicPane() {//Get the topic pane var …