How to add email icon in ui action button

viraj4
Giga Contributor

How to add email icon in UI action button??

Omkar Mone
Mega Sage

viraj4
Giga Contributor

Hi Omkar,

I have checked the link previously but I suppose I missing something could you please help with the script.

Thanks in advance!!

Viraj

Hi 

Can you paste your script here?

viraj4
Giga Contributor

Hi Omkar,

Please find the code below -

----------------------------------------------------------------------------------------------------------------------------------

function onLoad() {


var a = document.getElementById('sys_id'); // here I am using the sys_id


if(a)
{
//a.style.background='White';
a.style.color='red';

if(icon-mail){
elmt.addClassName(icon-mail);
elmt.innerHTML = ' ' + elmt.innerHTML;
}

}
}

Thanks,

Viraj