work-item-detail-nav
The <work-item-detail-nav> business component provides detailed information about a selected work item, using different tabs to display different types of information.
By default, the following tabs are provided, each of which invokes a further business component to display the required information about the selected work item.
Tab | Invokes Business component |
---|---|
Summary | bpm-summary-view |
Data | work-item-data |
Attributes | bpm-attributes-view |
Processes | bpm-process-view |
Documents | documents-view |
Note: If you want to change which of these tabs are displayed, or the order in which they are displayed, use the custom template instead of the internal template.
If you want to customize the contents of the <work-item-detail-nav> business component, see Customizing a Business Component for more information.
Usage
<work-item-detail-nav tabs="object" selected-work-item="object" [template-path="string"]> </work-item-detail-nav>
Attributes
Name | Description |
---|---|
tabs | An object that contains the title of each tab to be rendered. |
selected-work-item | An object containing the work item for which details are to be shown. |
template-path | (Optional) A string containing the relative pathname of a custom template file to use in place of the internal template. |
Example
The <work-item-detail-nav> business component is used:
- on the WORK ITEM DETAILS tab of the Component Showcase application.
- in the My Work App application, when you select a work item in a Work View, then click DETAILS in the footer menu.
Copyright © Cloud Software Group, Inc. All rights reserved.