To add a tooltip at some field on form, add following snippet in the form On Load event.
var element = document.getElementById("firstname_c");
element.title = "This is the First Name field.";
Happy Coding...
Labels: crm 4.0, dynamics, microsoft, tool, tooltip
Post a Comment