简体   繁体   English

CRM 2011表单添加工具提示

[英]CRM 2011 Form Adding Tooltip

I am applying ToolTip on some fields in the CRM form. 我在CRM表单的某些字段上应用了工具提示。

My ToolTip text is like: 我的工具提示文本如下:

" Please assign To Sales Rep's " 请分配给销售代表的

It works fine but the part of string Rep's shows as Rep?s 它工作正常,但字符串Rep的一部分显示为Rep?s

It means the special character between "Rep" and "s" is not supported. 这意味着不支持“ Rep”和“ s”之间的特殊字符。

Am i wrong? 我错了吗? or there is a way out for this? 或为此有出路?

Any help would be appreciated. 任何帮助,将不胜感激。

Thanks 谢谢

Try using the entity code described at HTML Codes - Characters and symbols . 尝试使用HTML代码中描述的实体代码-字符和符号

For ' the symbol is ' 对于' ,符号为'

Also see IMPLEMENTING TOOLTIPS FOR MICROSOFT DYNAMICS CRM 2011 , which verifies this approach 另请参阅MICROSOFT DYNAMICS CRM 2011的实施TOOLTIPS ,该方法可验证此方法

I found it. 我找到了。

Replacing \′ instead of ' worked well...:) 替换\\ u2032而不是'效果很好... :)

Thankyou all. 谢谢你们。

Thanks 谢谢

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM