Quantcast
Channel: CRM Development forum
Viewing all articles
Browse latest Browse all 9244

CRM2011 Rollup12 - Setting Tooltips

$
0
0

Hello,

For CRM 2011 Rollup 12, is there a supported customization for setting a tooltip on a field’s label? Currently we are walking through the entity’s attributes and for each setting a tooltip on the corresponding label based on the attribute’s description in CRM metadata. Code is as follows:  

setToolTip: function (attributeName, toolTipText) {

       eval('crmForm.all.' + attributeName + '_c').title = toolTipText;

   },

We’re trying to remove all traces of crmForm.all from our JavaScript but would still like to this functionality if possible. Any suggestions would be appreciated.

WendellGman


Viewing all articles
Browse latest Browse all 9244

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>