NeptuneLabs FSI Viewer JS User Manual page 333

Table of Contents

Advertisement

11 FSI Showcase Add-on
External XML configuration files
<Images>
...
<Image label="My First Image" file="image1.xml" />
<Image label="My Second Image" file="image2.xml" />
...
</Images>
2. Creating image nodes containing complete image configuration
Complete XML configurations
<Images>
...
<Image label="My First Image">
</Image>
<Image label="My Second Image">
<FPX>
</FPX>
<Options>
</Options>
</Image>
...
</Images>
3. Retrieving automatically generated image lists from a server
Complete XML configurations
<Plugins>
...
<Plugin src="showcase" server="..." dir="..." />
...
</Plugins>
333
<FPX>
<SRC value="image1.fpx" />
</FPX>
<SRC value="image2.fpx" />
<Width value="8096" />
<Height value="12300" />
<NoNav value="true" />
NeptuneLabs - FSI Viewer

Advertisement

Table of Contents
loading

Table of Contents