WebHelp Classic Output Layout and Features
Layout of the WebHelp Classic System Interface
- Left Pane or Frame
-
This section on the left side of the help system includes the following tabs:
- Content
- A typical table of contents style presentation of your content. You can use
the Expand all/Collapse all buttons to
expand or collapse all the topics presented in the Table of Contents.Note: You can enhance the appearance of items in the Table of Contents. See the Customizing WebHelp Classic Output chapter for more details.
- Index
- Presents the index terms for your content. If your content does not contain
any
<indexterm>
elements, this tab is not generated. - Search Results
- This tab is generated when the Search field is used. It presents the search results in the form of links to topics where the search terms are found, along with a rating scheme for each result. For more details, see the Search Feature section.
- Upper Pane or Frame
-
The upper section of the help system includes the following features:
- Search Field
- Use this feature to perform searches in your content. When you enter search terms in this field, the results are displayed in the Search Results tab in the left section of the help system, along with a rating scheme for each result. For more details, see the Search Feature section.
- Frames Option
- Click on this option to display the output rendered in HTML frames.
- Print Option
- Opens a dialog box with various printing options and a print preview.
- Navigation Links
- You can navigate through the content of your output using the navigation
links or arrows in the upper-right part of the page. These arrows allow you to
move to the Parent
topic, Previous
topic, or Next
topic. Links to the parent topics of the currently open topic
are also presented at the top of the page.Tip: To hide the Parent, Next, and Previous links, you can edit the transformation scenario and set the value of the
args.hide.parent.link
parameter toyes
.
- Main Pane or Frame
- The content of the help pages are rendered and displayed in this main section.
WebHelp Classic Search Engine
- You can use quotes to perform an exact search for multiple word phrases (for example, "grow flowers" will only return results if both words are found consecutively and exactly as they are typed in the search field). This type of search is known as a phrase search.
- Boolean Search is supported using the following operators: and, or, not. When there are two adjacent search terms without an operator, or is used as the default search operator (for example, grow flowers is the same as grow or flowers).
- The space character separates keywords (an expression such as grow flowers counts as two separate keywords.
- Words composed by merging two or more words with colon (":"), minus ("-"), underline ("_"), or dot (".") characters count as a single word.
- Your search terms should contain two or more characters (note that stop words will be ignored). This rule does not apply to CJK (Chinese, Japanese, Korean) languages.
- When searching for multiple words in CJK (Chinese, Japanese,
Korean) languages that often have them appear in strings without a space separator, you
may need to add a space to separate the words. Otherwise, WebHelp will not find results.
For example, Chinese uses a specialized character for space separators, but the current
WebHelp implementation cannot detect such specialized characters, so to search for
开始之前 (it translates as "before you begin" or "before start"), you have to enter
开始 之前 (notice the space between the second and third symbols) in the search
field.Note: Phrase searches (two or more consecutive words in an exact order) do not work for CJK (Chinese, Japanese, Korean) languages.
- Search entries that satisfy the phrase search criterion are presented first.
- The number of keywords found in a single page (the higher the number, the better).
- The context (for example, a word found in a title, scores better than a word found in
unformatted text). The search ranking order, sorted by relevance is as follows:
- The search term is included in a meta keyword.
- The search term is in the title of the page.
- The search term is in bold text in a paragraph.
- The search term is in normal text in a paragraph.
To improve performance, the Search feature excludes certain stop words. For example, the English version of the stop words includes: a, an, and, are, as, at, be, but, by, for, if, in, into, is, it, no, not, of, on, or, such, that, the, their, then, there, these, they, this, to, was, will, with.
WebHelp Classic Search Results Tab
When you enter search terms in the Search field at the top of the help system, the results are displayed in the Search Results tab in the left section. When you click on a result in the Search Results tab, that result is displayed in the main pane with the search terms highlighted. If you press Enter with the Search field empty, the highlights are removed.
If you enter multiple search terms (other than stop words), for any result that the search engine found at least one term but not one or more of the other terms, the Missing terms will be listed below each result.
HTML tag elements are also assigned a scoring value and these values are evaluated for the search results. For information about editing these values, see How to Change Element Scoring in Search Results.
- Edge
- Chrome
- Firefox
- Safari
- Opera
Syntax Highlights in 'programlisting' Elements
<programlisting>
element supports settings values in its
@language
attribute. For some of these predefined values, syntax
highlights are automatically generated in the WebHelp output:- language-json
- language-yaml
- language-xml
- language-bourne
- language-c
- language-cmd
- language-cpp
- language-csharp
- language-css
- language-dtd
- language-ini
- language-java
- language-javascript
- language-lua
- language-perl
- language-powershell
- language-php
- language-python
- language-ruby
- language-sql
- language-xquery