Configure a Tab Sequence
When a task is configured as a tab sequence, displays one tab as a single page at a time. Users complete one tab and then click a custom button or link to move to the next tab.
cim1265
When a task is configured as a tab sequence,
Identity Manager
displays one tab as a single page at a time. Users complete one tab and then click a custom button or link to move to the next tab.The sequence of tabs, and the buttons and links that are displayed are determined programmatically by JavaScript that you write when you configure the sequence tab controller.
In the custom JavaScript, you can specify the appearance and order of tabs based on user input. For example, if a user selects an option on the first tab,
Identity Manager
displays one page. If a user selects a different option, a different page is displayed.To configure the sequence tab controller
- In the User Console, select Roles and Tasks, Admin Tasks, Modify Admin Task.
- Search for and select the admin task to modify.Identity Managerdisplays the tabs to configure the task you selected.
- Select the Tabs tab.
- Select the Sequence Tab Controller from the list box.
- Click Submit.
Identity Manager
saves the changes to the task.Sample Javascript for Tab Controllers
Identity Manager
includes sample JavaScript files for Tab Display JavaScript and Active Tab JavaScript. These files are installed in the samples\WizardSequencerScripts directory where the Administrative tools are installed.
The Administrative Tools are placed in the following default locations:
- Windows: C:\Program Files\CA\Identity Manager\IAM Suite\Identity Manager\tools
- UNIX: /opt/CA/IdentityManager/IAM_Suite/Identity_Manager/tools