CentraSite Documentation : Working with the CentraSite Business UI : Administering the Business UI : Working with the CentraSite Business UI : Configuring the Enhanced Profile Layout for Rendering Details of Registry Objects : Configuring the Enhanced Profile Layout
Configuring the Enhanced Profile Layout
When you configure the enhanced profile layout, you indicate whether or not CentraSite will display the asset profile information in the enhanced or legacy profile layout and the maximum size of the navigation panel in the CentraSite configuration file.
Beginning with version 9.8, the default rendering is the enhanced profile layout.
The only time you will need to configure the enhanced profile layout is if the system administrator had explicitly configured for legacy profile layout.
To configure the enhanced profile layout
1. Use a text editor to open the configuration file centrasite.xml, which is typically located in the <CentraSiteInstallDir>\cast\cswebapps\BusinessUI\custom\conf directory.
2. Locate the section AssetDetailSettings in the file.
3. The AssetDetailSettings would look like the following:
<GUIConfiguration>
..
<UIProperties>
...
<AssetDetailSettings newRenderingMode="true"
navigationPanelMaxCharLength="25" />
</UIProperties>
</GUIConfiguration>
4. To take advantage of the enhanced profile layout, set the property newRenderingMode to true.
Possible values:
Value...
Indicates...
true (default value)
Use the enhanced profile layout.
false
Use the legacy profile layout.
5. When displaying the asset details page in the enhanced profile layout, the navigationPanelMaxCharLength property defines the default size of the navigation panel. Specify the number of characters to use for displaying the profile name in the navigation panel.
If the character length for any single profile name exceeds the number of characters you specify, CentraSite truncates the name to the specified length. The default number of characters is 25.
6. Save and close the file.
7. Restart Software AG Runtime.
Note:  
If at a later stage you want to use the legacy profile layout, you must set the property newRenderingMode to false, and then restart Software AG Runtime.
Copyright © 2005-2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback