Custom help files – Contemporary Control Systems BASview User Manual
Page 42
Advertising
TD110500-0MC
42
Custom Help Files
To help make custom help files integrate with the built-in help system, use the following tags to ensure
that your custom help files will look like the built-in help
— even if the help files formatting changes.
Major heading:
Example: <br><div class="tabHeading">This is a major heading</div><br>
Effect:
This is a major heading
Minor heading:
Example: <br><div class="heading">This is a minor heading</div>
Effect:
This is a minor heading
Useful tip:
Example: <br><img src="images/tip.png">This is a useful tip.
Effect:
This is a useful tip.
Important note:
Example: <br><img src="images/important.png"><strong>This is an important note!</strong>
Effect:
This is an important note!
Advertising