MSCRM 2011: Change background color of Attribute using JavaScript
Use the following code:
document.getElementById("AttributeName").style.backgroundColor = "#FFFF99";
Hope this will help :)
Best Regards,
Sreenath
Use the following code:
document.getElementById("AttributeName").style.backgroundColor = "#FFFF99";
Hope this will help :)
Best Regards,
Sreenath
No comments:
Post a Comment