The context menu on the Collections navigator (right-click on an collection, displayed in the navigator results) provides following functionalities:
New
Displays a dialog box to create a new collection folder.
Edit
Displays a dialog box to edit properties of the selected collection folder.
Spike
Spikes a collection folder.
The Collections navigator context menu is called by the CollectionNavTabpop-up value of the ContextMenuName property of the <l:NavigatorTabItem x:Name="CollectionShellNavTab" in the TED4_TABITEMS.XML file. The menu is defined under <Menuset Name="Global">, as <ContextMenu Name="CollectionNavTabPopup">. The script ShowNavigatorTabItemContextMenu runs. It 'is called by NavigatorTabItem in response to a right mouse down event. The default implementation shows a context menu retrieved from NavigatorTabItem.ContextMenuName". To call a different script, change the NavigatorTabItem.RightMouseClickCommandParameter property in the configuration. |