This feature is supported in DotNet Help, HTML Help, WebHelp, WebHelp Plus, WebHelp AIR, and WebHelp Mobile output.
A Help control is a link (usually inserted at the bottom of a topic) that lets users open other topics that have some kind of a connection with the current topic. There are a few types of Help controls that you can use in Flare:
Keyword link This is a navigation link that lets users open topics related to the current topic based on index keywords that they share.
example
Let's say you have inserted an index keyword called "Accounting department" to some of the topics in your project, including the current topic that you are working on. At the bottom of this topic, you insert a keyword link that includes the "Accounting department" index keyword. In the final output, when users click this Help control, they can select and open any topics that also contain the "Accounting department" keyword.
Related topics link More…
Concept link More…
Note: Another type of automated link that can be added to topics is a relationship link, which has a similar result but works a bit differently than Help controls. One benefit of a relationship link is that you can create all of your link information in one place, in a single relationship table. Another benefit is that you can have multiple types of links at the bottom of topics (e.g., one for "Related Information," one for "Related Tasks," and one for "Reference Materials"). See About Relationship Tables.
How to insert a keyword link into a topic
In the XML Editor, click in the topic where you want to insert the link (usually at the bottom of the topic).
Select Insert>Help Control>Keyword Link Control.
The Insert Keyword Link Control dialog opens. The index keywords that you have inserted into topics are listed on the right side of the dialog.
In the All Keywords section, double-click an index keyword that you want to add to the keyword link.
OR
In the All Keywords section, click on an index keyword that you want to add to the keyword link. Then click
.
The index keyword is added to the "All Keywords" section on the left side of the dialog. Do this for each index keyword that you want to add to the link.
Click OK.
The keyword link is added to the topic.
Example
to save your work.If you want to change the way the link looks, you can modify the style of the keyword link. See Editing Keyword Links.
You also may want to apply an "online only" condition tag to the paragraph tag holding the link. The main reason for this has to do with creating print-based output. When you generate print-based output, Flare automatically removes any Help control links in your topics, since they do not make sense in print output. However, this may leave an empty <p> tag at the end of that topic. This means that there will be an extra empty paragraph, where you might not expect there to be one. For example, in print-based output, you might notice that a particular topic ends near the bottom of the page. Let's say that on the next page, a new heading should start. Furthermore, let's say that the heading style specifies a page break before it. If you have an empty paragraph after the text on the first page, you might end up with a blank second page before the new heading starts on the third page. Applying a condition tag to the paragraph holding the Help control link will ensure that an empty paragraph does not occur in that location. See Applying Condition Tags to Content.