The context menu on the Collections listing (right-click an collection item, displayed in the content listing results) provides following functionalities:
When you right-click an item selected on the content tab of the Collections main tab, the context menu with following options is displayed: Remove from collection, Properties and Show folder content. The Show folder content option
Remove from collection
Removes item from the current collection.
Properties
Displays a properties dialog box.
Show folder content
Replaces the current collection listing with the listing with all files in the same folders as the selected item, or - if you hold SHIFT pressed while clicking it - adds a new listing.
The Collections listing context menu is called by the CollectionPopup value of the ContextMenuName property of the <BaseQuery Name="CollectionShell"...ContextMenuName="CollectionPopup" > in the TED4_CONFIG.XML file. The menu is defined under <Menuset Name="Global">, as <ContextMenu Name="CollectionPopup">. The script ShowResultListDesignerContextMenu runs. It is called with right clicking on a result lising in the result list designer. The default ResultListPopup unless overridden by the ContextMenu property on the current DirectoryStyle or BaseQuery. |