13 Appendix
509
NeptuneLabs - FSI Viewer
Most scripting languages (JavaScript, ActionScript, PHP and alike) provide methods
for this purpose. Please note that FSI Viewer requires Unicode safe
encoding rather than non- unicode safe encoding – this is an escaped character
might be represented by one or more 2-digit numbers preceded by "%".
Using JavaScript you therefore need to use the method "encodeURIComponent()"
instead of "escape()".
G HTML Tags available in FSI Viewer
FSI Viewer from version 4 supports basic HTML tags in various contexts like when
entering custom tool tips, texts for the "LargeToolTips" plug-in, search results and
alike. Whenever this documentation refers to "Basic HTML formatting tags", the
following HTML tags can be used (variable values printed bold italic):
<b></b>
<i></i>
<u></u>
<br/>
<font color="#FF0000" size="12" face="Arial"></font>
<p align="left|center|right"></p>
Please note that you need to use XML syntax in order to avoid XML syntax errors in
configuration files - this is e.g. using <br/> instead of <br>.
H Example of a custom skin CSS file