Set Sidebar Color for ItemType
Copy
The admin can set a color that is used for the vertical sidebar in the item tear-off window, as well as the vertical stripes shown on the right of all comments in the Discussion Panel. This color helps users to identify the type of item they are looking at on the screen. For standard ItemTypes the colors are set to be like the color of the ItemType’s icon (e.g., Part is set to purple).
Figure 19. To set the sidebar color for an ItemType, do the following:
- Login to Aras Innovator as an administrator.
- Go to Contents --> Administration --> ItemTypes.
- Run the search and open a secure social enabled ItemType for edit.
- In the ItemType window, select the Client Style tab.
Figure 20. For standard ItemTypes a single PresentationConfiguration
template with default properties is listed in the Relationship grid:
- name
- Color: background-color: rgb(216, 179, 124);
- Client: JavaScript
- Right-click the PresentationConfiguration in the Relationship grid and select View PresentationConfiguration in the context menu.
Use the following procedure to set the sidebar color for an ItemType:
- Login to Aras Innovator as an administrator.
- Go to Contents --> Administration --> ItemTypes. The menu shown in Figure 20 appears.
Figure 21.
- Click Search ItemTypes. The Search Grid appears.
- Open a secure social enabled ItemType for editing.
- In the ItemType window, select the Client Style tab.
Figure 22.
- Right-click an entry in the name column and select Open in the context menu. This opens the PresentationConfiguration Item tear-off window.
Figure 23.
- Modify the values of the Style field.
Note
This field is in CSS format. Either RGB or RGBA syntax is acceptable.
- Example of RGB syntax: background-color: rgb(2126, 179, 124);
- Example of RGBA syntax: background-color: rgba(0, 116, 198, 0.6);
- Click
and
to save and unclaim the items.
Note
The setting for “Secondary Icon” was used prior to Aras Innovator 11 SP5 to display an inverted (reverse color) icon in the sidebar and discussion panel but starting with 11 SP5 the styling has been changed so that this icon is no longer required.