Use nested tabs
Use nested tabs
Technologies > User Interface Add-Ins > Assemblies with Multiple Panes > Nesting Rows of Tabs Within Views
Tabbed panels, like other types of panels, can be nested inside tab pages, forming multiple rows of tabs:
<tabs id="master_tabs">
<tab name="p1">
<title>Page 1</title>
<tabs id="nested_1">
<tab name="p1_1">
<title>Nested Page 1</title>
<panel .../>
</tab>
<tab name="p1_2">
<title>Nested Page 2</title>
<panel .../>
</tab>
</tabs>
</tab>
<tab name="p2">
<title>Page 2</title>
<tabs id="nested_2">
<tab name="p2_1" file="view1.axvw">
<title>Nested Page 1</title>
</tab>
<tab name="p2_2" file="view2.axvw">
<title>Nested Page 2</title>
</tab>
<tabs>
</tab>
<tabs>
Any tabbed panel can be referenced and manipulated using view commands:
<command type="selectTabPage" tabPanelId="projectActions" tabPageName="page-2-2"/>
View: http://localhost:8080/archibus/schema/adn-products/solutions/workflow/ab-ex-helpdesk-wizard.axvw