cancel
Showing results for 
Search instead for 
Did you mean: 

Setting icon for MII version 12.1.x custom action

Former Member
0 Kudos

Hi,

i tryed to set icon image for custom action for MII version 12.1.x but i did not achieve.

How can it be done?

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

I have done it in 11.5. This is how I did it in 11.5. (I am hoping that it has not changed in 12.1)

//funciton for specifying icon

public String GetIconPath() {

return "com/path/to/icons/imagename.png";

}

Store your image file in the following way

com/path/to/icons and name that as imagename.png

There is also a blog on it

/people/rupesh.bajaj/blog/2007/12/04/beginners-guide-to-create-custom-action-block

I hope it helps.

Regards,

Musarrat

Edited by: Musarrat Husain on May 17, 2011 12:18 PM

Former Member
0 Kudos

Hi,

it changed for version 12.1.x