A tooltip is a small box of explanatory text (usually on yellow background) that appears when the mouse pointer is held over a button or other interface element.
In Microsoft Dynamics CRM we can define constraints (masks) on certain fields. It is desired that the user is well informed about the text’s format, in real time, when triggering the onmousemove event on a certain field.
In this tutorial, we show you a function that generates tooltips on CRM’s forms, triggered by mouse events, such as: onclick, ondblclick, onmouseover, onmousedown and especially, onmousemove.
The links for this tutorial are:
English version --> click here
Romanian version --> click here
Here are some prints (examples) of different types and styles of tooltips made with the function presented in this tutorial:
Account Entity - Account Name - onmousemove event
Account Entity - Primary Contact - onmousemove event
Account Entity - Body - ondblclick event
Account Entity - Account Number - onmousemove event (default Windows style)
We hope you found this solution useful :) If you find, by any chance, any mistakes in the tutorial, please let us know. Thank you.
4 comentarii:
Real nice job! Keep it up!
Looks great. Try to develop it even more.
Hello,
Does this one exist for Version 4 as well ? it looks amazing and very usefull !
It should work on 4.0 as well Joeri... Basically it's JavaScript and DOM so it should work in the same manner in both CRM 3.0 or 4.0. Cheers
Post a Comment