简体   繁体   English

Jquery 使用 Visual Webpart Sharepoint 2010 中的 WCF 服务的自动完成文本框

[英]Jquery Autocomplete textbox using WCF Service in Visual Webpart Sharepoint 2010

How to make autocomplete textbox using jquery calling wcf services in visual webpart in sharepoint 2010如何使用 jquery 在 sharepoint 2010 的可视化 Webpart 中调用 wcf 服务来制作自动完成文本框

Another option depending on your requirements (you don't give much to go on) is to either use or customize SPAutocomplete in SPServices .根据您的要求(您不会对 go on 给予太多帮助)的另一种选择是在SPServices中使用或自定义 SPAutocomplete 。 The SPAutocomplete function is written in script so it functions fully client side, using the Lists Web Service to grab its source values from a list you specify. SPAutocomplete function 是用脚本编写的,因此它完全在客户端运行,使用列表 Web 服务从您指定的列表中获取其源值。

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

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