Specify a custom icon for an object type in CCMS Desktop
CCMS Desktop uses default icons for each object type. If you prefer to use your own icons, you can easily do so.
About this task
Procedure
- In the TEXTML Administration perspective, connect to your server.
- Locate the equivalence.xml file in the repository's /system/conf collection.
- Right-click the file and click Check Out.
- Double-click the file to open it in the editor.
-
Find the object element that corresponds to the object type for which you want
to specify the icon.
For example, to specify an icon for the concept topic type, edit the following:
<object type="concept" icon="/system/conf/icons/concept.png"/>
-
Replace the current filename of the icon with the filename of your custom
icon.
<object type="concept" icon="/system/conf/icons/concept-acme.png"/>
-
Add the icon to the system configuration in the location noted by the path in
the
@icon
attribute.The icon must be in a raster image format (png, bmp, gif). Ideally, it should be 16 x 16 pixels and be transparent.
- Save, close, and check in the file.
-
Inform users of the changes.
The changes are automatically applied once users close and then reopen their IXIA CCMS Desktop. Users can also apply the changes without restarting their CCMS Desktop by clicking IXIA CCMS > Synchronize Configuration.