Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

where to find the RTC icons?

Hi All,

As part of the requirement I created  few new workitem types and need to have the icons for that. so I just trying to find if I can reuse the icons from RTC.

Could some one please point me to the Icon factory of RTC where I can find some icons form custom use.

Thanks,
Surender.

0 votes



One answer

Permanent link
 Hi Surender,

The easiest way is to find the location using your Browser.
For instance, using Firefox, access the page which contains the icon that you want to use. 
On the Firefox menu options, reach Tools -> Web Developers -> Inspect
Click on the Icon - Depends on the Firefox version, a frame can be presented with the image tag highlighted  on the bottom or it can only identify the element name, right-clicking you can reach a menu where you can open the source - you can get the location of the icon there. It may present a root path related with your Application Server, but it most likely will present a context root path with a java class, meaning that the image is inside a jar file.

For instance:
1. Inspecting the product backlog icon:
Inspect HTML Code
2. Image Source location:
<span class="icon" style="display: inline-block; background: url(&quot;/ccm/web/com.ibm.team.apt.web.ui/internal/editor/images/obj32/product-backlog.png&quot;) repeat scroll 0% 0% transparent; width: 32px; height: 45px;"/>

3. You can reach the image using this location:
https://<your server : your port>/ccm/web/com.ibm.team.apt.web.ui/internal/editor/images/obj32/product-backlog.png

Isabel


0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938

Question asked: Nov 06 '14, 4:23 a.m.

Question was seen: 4,840 times

Last updated: Nov 06 '14, 6:41 a.m.

Confirmation Cancel Confirm