Display and Styling Control
Copy
The administrator can configure how the different aspects of the standard Visual Collaboration User Interface can be displayed.
To change the Secure Message Template Style, 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, for example, Document.
- In the ItemType window, select the SecureSocial tab.
- Right-click the DiscussionTemplate in the Relationship grid and select SecureSocial --> Open in the context menu.
- In the DiscussionTemplate item tear-off window, click the DiscussionTemplateView tab.
- Click the ItemType ID in SM template property.
- In the Template field, for example, replace string:
- Save, Unclaim and Close the windows.
This opens the SecureMessageViewTemplate Item tear-off window.
<div id="messageText” class="ssvc-message-text">with<div id="messageText” class="ssvc-message-text” style="color: red";">
Comment editing is currently unsupported in modified templates. It is only supported in the default SecureMessageViewTemplate.
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).
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.
- 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.
- Login to Aras Innovator as an administrator.
- Go to Contents --> Administration --> ItemTypes. The menu shown in Figure 20 appears.
- Click Search ItemTypes. The Search Grid appears.
- Open a secure social enabled ItemType for editing.
- In the ItemType window, select the Client Style tab.
- Right-click an entry in the name column and select Open in the context menu. This opens the PresentationConfiguration Item tear-off window.
- Modify the values of the Style field.
For standard ItemTypes a single PresentationConfiguration template with default properties is listed in the Relationship grid:
Use the following procedure to set the sidebar color for an ItemType:
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.
Tooltips are configurable by an administrator, by defining a parameterized string. To configure the Form tooltip text, do the following:
- Login to Aras Innovator as an administrator.
- Go to Contents --> Administration --> ItemTypes.
- Open the Document ItemType for editing.
- Select the Secure Social tab.
- Right-click the DiscussionTemplate and click Secure Social --> Open in the context menu.
- Click the DiscussionTemplateView tab.
- Right-click the Relationship grid and select Open from the context menu.
- This opens the SSVCPresentationConfiguration Item tear-off window.
- In the Form of Tooltip Template field, for example, replace the text from:
- Save, Unclaim and Close the windows.
Form of${ItemType:label} ${Item:keyed_name} to This is the form of${ItemType:label} ${Item:keyed_name}
Tooltips are configurable by an administrator, by defining a parameterized string. To configure tooltip text for File Selector, do the following:
- Login to Aras Innovator as an administrator.
- Go to Contents --> Administration --> ItemTypes.
- Open the Document ItemType for editing.
- Select the Secure Social tab.
- Right-click the DiscussionTemplate in the Relationship grid and click Secure Social --> Open from the context menu. The DiscussionTemplate tear-off window appears.
- Click the FeedTemplate tab.
- Double-click the properties in the columns to modify them as required;
- Filter: Input the file type ID
- Reference: Input the file “related_id” value
- Tooltip Template: Configure the Tooltip template, for example,
- Save, Unclaim and Close the windows.
Click
to unclaim the template.
Click the New FeedTemplate
button in the Relationship Toolbar to add a new FileSelectorTemplate in the relationship grid.
Replace:
File ${File:filename} from ${ItemType:label} ${Item:keyed_name}
To:
Test File ${File:testpdf} from ${ItemType:testssvc} ${Item:pdfdoc}
Table 8 shows the configuration options and default settings. Configuration options and default settings
| Type | Parameterization Options | Default Setting | Example |
| 3D Viewer with single file | Label property of container ItemTypeAny property of the current ItemAny property of the FileFilename without extension, as a calculated value | “File “ <filename_no_ext> “ from “<itemtype label> “ “ <item keyed_name> | File StepStruder from CAD Document D-24811 |
| PDF Viewer with single file | Label property of container ItemTypeAny property of the current ItemAny property of the FileFilename without extension, as a calculated value | “File “ <filename_no_ext> “ from “<itemtype label> “ “ <item keyed_name> | File Test Plan from Document D12345 |
| Image Viewer with single file | Label property of container ItemTypeAny property of the current ItemAny property of the FileFilename without extension, as a calculated value | “File “ <filename_no_ext> “ from “<itemtype label> “ “ <item keyed_name> | File Image001 from Document D35135 |
The Visual Collaboration User Interface for an individual item tear-off window consists of a sidebar and a discussion panel. An admin can choose to display this interface for a specific ItemType, either overall or based on Identity or classification. Note that this is independent of whether the ItemType is enabled for Secure Social. An admin can configure this setting by doing the following:
- Login to Aras Innovator as an administrator.
- Go to Contents --> Administration --> ItemTypes.
- Open a secure social enabled ItemType, for example, Document ItemType for editing.
- Go to the Views tab.
- Disable this property if you need to hide the visual collaboration interface for that specific view.
- Save, Unclaim and close the window.
The Secure Social property in the relationship grid is enabled (set to 1) by default. This means that for the Default view type for a Document Item, the visual collaboration user interface is visible to an end user.