sharepoint2010 中的自动完成人员选择器

发布于 2024-10-15 09:31:56 字数 598 浏览 2 评论 0 原文

我遇到一个问题,我必须为 Sharepoint 列表 newform.aspx 的新人员选择器添加自动完成功能,

而谷歌搜索时我发现了这个

https://www.nothingbutsharepoint.com/sites/eusp/Pages/autocomplete-for-sharepoint-people- picker.aspx

这很有帮助,但有两个主要问题:

  1. 它将从自定义列表中选取数据
    我希望它从用户配置文件中选取数据(直接从 Sharepoint 用户配置文件中选取数据)

  2. 它不适用于开箱即用的人员选取器
    但它可以与自定义文本框一起使用

请帮我解决这些问题。

提前致谢!

I have a problem in which I have to add an Auto Complete functionality for a new people picker of Sharepoint list newform.aspx

While Googling I found this

https://www.nothingbutsharepoint.com/sites/eusp/Pages/autocomplete-for-sharepoint-people-picker.aspx

Which is helpful but there are 2 main problems :

  1. it will pick data from a custom list
    I want it to pick data from user profiles (directly from Sharepoint user profiles)

  2. it doesn't work with out of the box people picker
    it works with a custom textbox though

Please help me out resolving these.

Thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

橘亓 2024-10-22 09:31:56

如果是 Sharepoint 2010,您可以通过使用 Sharepoint 客户端对象模型的 Javascript 版本进行查找来完成此操作。

如果它是较旧的 Sharepoint,则仍然可以使用 Web 服务 API 来执行此操作。

您可以使用 Javascript 和 JQuery 以及客户端对象模型向 SP 页面添加许多功能。

检查这些问题,了解有关 Sharepoint 的 Javascript/JQuery 的更多信息:

If it is Sharepoint 2010 you can do this by using the Javascript version of the Sharepoint Client Object Model to do the lookups.

If it is an older Sharepoint, it should still be possible to do this using the Web Services API.

You can add a lot of functionality to an SP page by using Javascript and JQuery and perhaps the Client Object Model.

Check these questions for more on Javascript/JQuery with Sharepoint:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文