Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
<explorerTask name="Archive Catalogue">
	<iconFile>Archive.png</iconFile>
	<mnemonic>A</mnemonic>
	<displayConfigFileName>ArchiveModuleDisplay</displayConfigFileName>
	<toolbarTask>false</toolbarTask>
	<menubarTask>true</menubarTask>
	<accelerator>ctrl A</accelerator>
	<loadAtStartup>false</loadAtStartup>
</explorerTask>

The ArchiveModuleDisplay configuration

The archive display uses the file Archives.xml file in the SystemConfigFiles directory to identify were the archive web server is located. The Archives.xml is explained in more detail in the section seamless integration. Below an example is shown.

...