CRM 2011 Text Field 'Intellisense'

本小妞迷上赌 提交于 2019-12-08 06:01:55

问题


How can a text field be given an 'Intellisense' feel?
The user would start typing and be given a list of similar options to choose from.

What about JavaScript that is listening to OnChange
of the field and compares the field text to an entities records?


回答1:


There is a great tool for accomplish that: jquery autocomplete, see here: http://jqueryui.com/autocomplete/

See this posts for using JQuery in CRM 2011:

http://crmconsultancy.wordpress.com/2011/06/13/using-jquery-in-crm-2011/

http://www.crmnerd.com/customizations/using-jquery-in-crm2011/



来源:https://stackoverflow.com/questions/14833793/crm-2011-text-field-intellisense

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!