CatNet Systems CH-1 Help
|
General Introduction Toolbar Device Tree Tutorial User Groups Users Templates Control Points Graphics Viewing Editing Components Schedules Viewing/Editing Trends Viewing/Editing Alarms Viewing Editing Runtimes Viewing Editing Calculations Viewing/Editing |
HTML Help
Supported HTML tags for Text Label formatting are: Bold Text - <b>
Example: This is <b>bold</b> text.Effect: This is bold text. Italic Text - <i>
Example: This is <i>italic</i> text.Effect: This is italic text. Underline Text - <u>
Example: This is <u>underlined</u> text.Effect: This is underlined text. Multiple Tags
Example: This is <b><u>bold and underlined</u><b/> text.Effect: This is bold and underlined text. Font Size
Example: This is <font size="4">size 4</font> text.Effect: This is size 4 text. Font Color
Example: This is <font color="#FF0000">red</font> text.Effect: This is red text. The color must be specified as an RGB (red,green,blue) value. Most color picker dialogs will display this number as the mouse is moved over the colors. Here are a few common color values: #000000 - Black #FF0000 - Red #00FF00 - Green #0000FF - Blue #FFFF00 - Yellow #00FFFF - Cyan #FF00FF - Magenta #808080 - Grey #FFFFFF - (White) Font Face
Example: This is <font face="ArialBlack">ArialBlack</font> font.Effect: This is ArialBlack font. ![]() Combined Font Tags
The font format tags may be combined:Example: This is <font size="4" color="#FF0000">red, size 4 text. Effect: This is red, size 4 text. Line Break - <br>
The <br> tag embeds a line break (carriage return) in the text. It does not require a closing tag.Example: Here are three lines: <br>Line 1<br>Line 2<br>Line 3 Effect: Here are three lines: Line 1 Line 2 Line 3 Limited HTML
Limited HTML is used for custom help on graphic screens. Because help screens are displayed in a browser window, almost all standard HTML tags are supported, but some tags may not give the desired results because of pre-formatting and the restricted size of the help window. All of the above HTML tags are supported and are usually enough for basic custom help files. ![]() Some useful tags include: Horizontal Bar: Example: <hr> Make a link to a web page: Example: <a href="http://www.google.com" target="_blank">Google (or any text)</a> Effect: Google (or any text) Embed an image from a web site: Example: <img src="http://www.MyWebSite.com/MyImage.jpg"/> Embed an image uploaded from the graphic properties screen: Example: <img src="../../images/MyImageFile.jpg"/> Embed an animation uploaded from the Animation component properties screen: Example: <img src="../../animations/MyAnimation.gif"/> Custom Help Files
To make custom help files seamlessly integrate with the rest of the help system, the following tags may be used. Using these tags helps ensure that custom help files will look like built-in help, even if the formatting of the help files changes. To mark a major heading: Example: <br><div class="tabHeading">This is a major heading</div><br> Effect: This is a major heading
To mark a minor heading: Example: <br><div class="heading">This is a minor heading</div> Effect: This is a minor heading
To show a useful tip: Example: <br><img src="images/tip.png">This is a useful tip. Effect: ![]() To show an important note: Example: <br><img src="images/important.png"><strong>This is an important note!</strong> Effect: ![]() |
Copyright 2008, CatNet Systems |