Sharepoint WebPart 与 AjaxToolkit 的 Accordion 控件
你们有关于创建使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
查看:http://www.codeplex.com/sharepointajax
Check out: http://www.codeplex.com/sharepointajax
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.
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.