8 FSI Viewer
241
NeptuneLabs - FSI Viewer
HTML Template
echo $template;
?>
...
</BODY>
</HTML>
8.14 Plug-ins
FSI Plug- ins dynamically extend the functionality of FSI Viewer and can be included
at runtime.
Depending on the plug-in additional buttons might be added to the menu bar.
The sequence of these buttons results from the sequence of the plug-in definitions
inside the <Plugins> section of the configuration file.
Using FSI Viewer Plug-ins
To include a plug- in you simply list the desired plug- ins in the <Plugins> section of
any *.xml configuration file (or the _default.xml file).
The required plug-in files are located in the "/plugins" folder of the FSI setup
directory.
Using FSI Plug-ins
<fsi_parameter>
...
<Plugins>
<Plugin src="mousemodes" />
<Plugin src="history" length="10" />
</Plugins>
...
<fsi_parameter>
The "Src" attribute which applies to all plug-ins specifies the plug-in to be included: