Use multiple detail pages in a Find-Manage pattern
Use multiple detail pages in a Find-Manage pattern
Technologies > User Interface Add-Ins > Assemblies with Tabs > Find-Manage Wizard with Multiple Detail Pages
In this example view, a restriction must be passed to two separate tab pages which are accessible using free navigation. To apply a restriction to tabs not selected using the
selectTabPage
command, use JavaScript to assign the restriction to the tab page(s):
var tabPanel = View.getView('parent').panels.get('exWizardSelectManyPages_tabs');
tabPanel.findTab('exWizardSelectManyPages_page2').restriction = restriction;
tabPanel.findTab('exWizardSelectManyPages_page3').restriction = restriction;
tabPanel.selectTab('exWizardSelectManyPages_page2');
View: http://localhost:8080/archibus/schema/ab-products/solutions/assemblies/tabbed-views/wizard-select/ab-ex-wizard-select-many-pages.axvw