How can I add my own custom icons to ?
You can add custom icons to the system\conf\icons folder in the TEXTML Administration perspective.
Description
I would like to add some custom icons.
Solution
Create a 16 x 16 pixels icon, commit it to TEXTML Server, and associate it to the object.
To add an icon:
- In the TEXTML Administration perspective, go to system/conf/icons.
- Right-click the icons folder and select Insert Documents.
- Click Add File, select your new icon, and click OK.
- Browse to system/conf.
- Right-click equivalence.xml and click Check Out.
- Double-click equivalence.xml to open it in the XML editor.
- Depending on what you want to do, either edit an existing entry or add a new one. For
example, if you wanted to change the icon for maps, make the following edits:
<equivalence type="map"> <object type="map" icon="/system/conf/icons/NewMap-icon.png"/> <object type="ixiamap"/> <object type="bookmap" icon="/system/conf/icons/Bookmap-icon.png"/> </equivalence>
- Save the equivalence.xml file.
- Right-click equivalence.xml and then click Check In.
- Inform users of the changes and request that they close and reopen their IXIA CCMS Desktop to apply the changes.
Note: User-defined icons are stored in the work space as: workspace\REPOSITORY\user\system\conf\icons