cancel
Showing results for 
Search instead for 
Did you mean: 

WEB UI icon issue

pusala_mahesh
Explorer
0 Kudos

Hi Team,

I need to search for data using a search button and this search button should have a 'Magnifying glass' icon but I could not get that in utility class for icons or the mime objects.

Please help.

Accepted Solutions (1)

Accepted Solutions (1)

dharmakasi
Active Contributor
0 Kudos

Hi Mahesh,

You can add your own into mime objects and use the url to display icon. check the below path, you can add icon using import mime object.

Regards,

Kasi.

pusala_mahesh
Explorer
0 Kudos

Thank you Kasi. But I am checking if I can get an existing one. I could not find it in MIME also.

ratna_rajeshp
Active Participant
0 Kudos

Hi Mahesh,

You can use the following standard MIME

s_b_detl.gif

pusala_mahesh
Explorer
0 Kudos

Thank you Rajesh. I have placed this instead of what I am using but it looks like not recognised the gif file.

    <thtmlb:spacing/>

    <thtmlb:spacing/>

    <thtmlb:button design  = "STANDARD"

                   iconSrc = "s_b_detl.gif"

<%--                   "searchhelp.gif"--%>

                   onClick = "search" />

ratna_rajeshp
Active Participant
0 Kudos

Hi Mahesh,

Please give it this way, we will have to give the path for MIME.

<thtmlb:button design  = "EMPHASIZED"

                id      = "SEARCH"

                onClick = "Search"

                iconSrc = "/sap/public/bsp/sap/public/bc/icons/s_b_detl.gif"

                text    = "Display" />

pusala_mahesh
Explorer
0 Kudos

Thank you so much. It perfectly fits my requirement. I have searched in MIME but I didn't search properly I believe.

Answers (0)