Sample configuration
<Plugin src="contextmenu" >
<MenuItems>
<!-- FSI PAGES ONLY -->
<Item label="First Page..." action="FirstPage" />
<Item label="Previous page..." action="PreviousPage" />
<Item label="Next page..." action="NextPage" />
<Item label="Last Page..." action="LastPage" />
<Separator />
<Item label="Show / Hide Index"
action="ShowHidePageIndex"/>
<Item label="Zoom this Page" action="ZoomPage"/>
<Separator />
<!-- FSI SHOWCASE ONLY -->
<Item label="Previous Image" action="PreviousImage"/>
<Item label="Next Image" action="NextImage"/>
<Separator />
<!-- FSI VIEWER -->
<Item label="Reset View" action="Reset"/>
<Item label="Zoom
in" action="ZoomIn"/>
<Item label="Zoom
out" action="ZoomOut"/>
</MenuItems>
</Plugin>
Plug-in Parameters
MenuItems
Description
Refers to the XML describing the context menu entries
Syntax
String
Default
—
Context
Plug-in tag
Version
5.0.0
Defines the XML snippet describing the context menu.
12 Plug-in Reference
NeptuneLabs - FSI Viewer
384