Sharepoint WebPart 与 AjaxToolkit 的 Accordion 控件

发布于 2024-07-05 13:59:33 字数 146 浏览 9 评论 0原文

你们有关于创建使用 AjaxToolkit 控件的 Sharepoint Web 部件的资源吗? 我需要创建一个使用 Accordion 控件的 Web 部件,但找不到任何完整的教程或演练。 我更喜欢不使用 SmartPart 的教程/文章。

蒂亚!

Do you guys have any resources on creating a Sharepoint webpart that uses the AjaxToolkit controls? I need to create a webpart that uses the Accordion control and I can't find any complete tutorial or walkthrough. I prefer a tutorial/article that doesn't use SmartPart.

TIA!

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

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

发布评论

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

评论(3

坦然微笑 2024-07-12 13:59:33

ajax 工具包和共享点不能很好地协同工作。 其主要原因是 SharePoint 的默认 MasterPage 中缺少 DOCTYPE 声明(我永远不会知道他们为什么这样做)。

在我看来,最好的选择是放弃 ajax 控制工具包并使用 JQuery。 如果您点击 JQuery UI 的链接,您会发现他们已经实现了一个手风琴控件,可以在各种浏览器/环境中很好地工作。

The ajax toolkit and sharepoint don't play very nicely together. The main reason for this is the lack of DOCTYPE declaration in SharePoint's default MasterPage (why they did this, I'll never know).

Your best bet, in my humble opinion, is to abandon the ajax control toolkit and use JQuery. If you follow the link to JQuery UI, you will find that they have implemented an accordian control that works very nicely across a wide range of browsers/environments.

脱离于你 2024-07-12 13:59:33

Telerik 的 ASP.Net Ajax Rad 控件可以部署在 Sharepoint 环境中,并具有具有 Accordion 行为的菜单控件盒子外面。 它可能会节省您一些时间。

Telerik's Rad Controls for ASP.Net Ajax can be deployed in the Sharepoint environment and have a menu control with the Accordion behavior out of the box. It may save you some time.

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