Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
Using the HTML Editor
To add HTML, type or paste text into the HTML Editor and format it as desired. The Knowledge Management and Knowledge Management Extended toolbars enable you to switch between source and WYSIWYG mode. If you have a Knowledge Management toolbar, you can view the HTML source code and edit it directly.
Note While in WYSIWYG mode, the editor makes choices about how to apply the tags you select. If you want more control over how the tags are applied, ask your administrator for a Knowledge Management toolbar and use source mode for editing.
To add an image, save the image locally, upload it as an attachment, and then add an <img>
tag that points to the attachment in the HTML editor. In the web client (on Firefox and Chrome only), you can also use the copy and paste function to paste the image into the HTML Editor directly. The image is uploaded as an attachment automatically, and an <img>
tag containing a link to the image is displayed in the HTML Editor.
Note Out-of-box, the copy and paste function is only available in Knowledge Management. To enable this functionality for other modules, you must meet following prerequisites:
-
You are running the Service Manager 9.52 (or later) web client and server.
-
The form contains an Attachment Container control.
-
The Insert Image Option property is defined for the HTML Editor control on the form.
Currently, this functionality is not supported in HTML email.
In the Windows client and web client, press Enter for a new paragraph <p>
and press Shift+Enter for
a line break <br>
. To exit a numbered or bulleted list and start a new paragraph <p>
, you can press Enter twice.
The HTML Viewer will render valid HTML, but you must ensure that the HTML you enter is valid and is properly integrated into the HTML document. For example:
- If you paste in HTML containing a JavaScript requiring a file provided by another application, that JavaScript will not work in the HTML Viewer.
- If you copy an HTML form with buttons, the form will render, but the buttons will not work in the HTML Viewer.
In the Windows client, if you paste text from a Microsoft Word document into the HTML Editor, the editor opens a window that allows you to select options to clean the HTML work created.
Related concepts
Enabling HTML in forms
Accessibility
Using the web client in accessible mode
Related tasks
Access Forms Designer
Create a form using the Form Wizard
Update a form
Add an HTML Editor or Viewer to a form
Add a pop-up to a form
Add a subform to a form
Related references
HTML Editor control
HTML Viewer control
Forms Designer controls and tools
HTML Editor controls
HTML Editor keyboard shortcuts
Web client keyboard shortcuts