8 FSI Viewer
243
NeptuneLabs - FSI Viewer
Disabling the History Plug-in
<History value="false" />
...
</Options>
or by HTTP query:
Using a Query to disable History Plug-in
http://www.example.com/fsi.swf?...&history=false
8.14.2 Defining Plug-in Parameters
Plug-in parameters are usually defined as attributes of the <Plugin> tag.
Please note that some plug-ins might require specific attributes or even entire
XML
sections in the configuration file to work properly. For information on a specific
plug-in please refer to the
Defining plug-in parameters
<Plugins>
...
<Plugin src="navextension" MenuOffset="10"
visible="true" />
<Plugin src="zoommeter">
<SRCRelative value="true"/>
</Plugin>
...
</Plugins>
8.14.3 Defining Plug-in Parameters dynamically
To provide plug- in parameters by query you have to prefix the corresponding
parameter with the name of the plug-in and an underscore character:
PluginName_ParameterName=value