Description
A TabItem used by ShellTabControl.
It encloses definitions of mains tabs, including embedded navigators, listings/designers, preview panes etc.
The <l:ShellTabItem section can appear more times in the <TabItemList.
Namespace
xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"
Members
For the list of properties and methods, see:
See also
<l:ShellTabItem section (Main tabs and NavTabs)
Remarks
There are 13 main tabs defined in GN4 client applications.
There are eight main tabs defined in the Ted4_TabItems.xml file:
•<l:ShellTabItem x:Name="PlanningMainTab" Header="Planning" MenuConfigName="PlanningMainTab"
•<l:ShellTabItem x:Name="CollectionsMainTab" Header="Collections" MenuConfigName="CollectionsMainTab"
•<l:ShellTabItem x:Name="TrashCanMainTab" Header="Trash can" MenuConfigName="TrashCanMainTab"
•<l:ShellTabItem x:Name="StartMainTab" Header="Start"
•<l:ShellTabItem x:Name="Ted4Articles" Header="Articles" MenuConfigName="Ted4Main"
•<l:ShellTabItem x:Name="ShellMainTab" Header="Shell" MenuConfigName="ShellMainTab"
•<l:ShellTabItem x:Name="Ted4PubDests" Header="Publishing" MenuConfigName="Ted4PubDest"
•<l:ShellTabItem x:Name="ContactsMainTab" Header="Contacts" MenuConfigName="Contacts"
There are five main tabs defined in the Fred4_TabItems.xml file:
•<l:ShellTabItem x:Name="ShellMainTab" Header="Shell" MenuConfigName="ShellMainTab"
•<l:ShellTabItem x:Name="Fred4Pages" Header="Pages" MenuConfigName="Fred4Main"
•<l:ShellTabItem x:Name="Fred4Editions" Header="Editions" MenuConfigName="Fred4Edition"
•<l:ShellTabItem x:Name="Fred4TracyLayouts" Header="Tracking" MenuConfigName="Fred4Tracy"
•<l:ShellTabItem x:Name="StartMainTab" Header="Start"
Tabs are generally defined only in one place, as Ted4's tab are available through inheritance also in Fred4. Two exceptions are Shell4MainTab and StartMainTab, as they have different content in Ted4 and Fred4, thus they are defined twice.