Icon COntrol's Icon Location

In my CAF portlet I have several Icon controls and I want to use a custom icon for their displayed image. Where do I put the png file on the server or in Designer and how do I point to it? Do I use the Icon URL parameter?

Hi Gilbert,

You need to put your png file under ‘webContent’ folder.

You can point to this image using ‘Image control’ which you can find in palette, drag drop that control to canvas.

In the URL Property set the path of the image starting from webContent folder.

Then deploy your portlet to MWS server. Then you will be able to see the image on your portlet.

I got it working after I corrected some typos.

Thanks for the good answer. :smiley:

Great :slight_smile: