Hello All,
I want to create Ok Cancel buttons with CRM 2011 style including mouseover events in html page.
I have tried following :
<INPUT id=OKbtn onclick=OkTest(); value=OK type=button style="background-color:#F1F3F5" class="ms-crm-Button" onmouseover="Mscrm.ButtonUtils.hoverOn(this);" onmouseout="Mscrm.ButtonUtils.hoverOff(this);">
But its not working. Do I need to register any assembly to have crm button style class and Mscrm.ButtonUtils? Can you please help me with this?
Thanks and Regards,
Jayashree