继承现有的 Web 部件并覆盖方法

发布于 2024-07-11 11:35:11 字数 92 浏览 6 评论 0原文

在 SharePoint 中开发 Web 部件时,我可以继承现有 Web 部件并覆盖其方法吗?

或者我总是需要从头开始。

非常感谢

When developing web parts in SharePoint can I inherit from the existing web parts and override their methods?

Or do I always need to start from scratch.

Many Thanks

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

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

发布评论

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

评论(2

北方的巷 2024-07-18 11:35:11

如果它们没有被密封,您可以继承它们。 实际上,它可能有效也可能无效,具体取决于您想要扩展 Web 部件的方式。

If they are not sealed, you can inherit from them. In practise, It might work or not depending on how the web part you want to extend.

因为看清所以看轻 2024-07-18 11:35:11

大多数(全部?)OTB 部件都是密封的。

带有图标/无按钮的新工具栏听起来更像是一个设计解决方案。 将 topnav 占位符放在底部的不可见面板中(这样页面就不会崩溃)并以视觉方式修改其余部分(css + firebug)。 假设我没有误解你的意思。

开始使用 webpart 非常容易,http://blah.winsmarts.com//2006/05/14/writing-custom-webparts-for-sharepoint-2007.aspx 应该向您展示如何操作。 从那里您应该能够轻松编写 RSS 阅读器。

Most (all?) OTB parts are sealed.

A new toolbar with icon/no buttons sounds more like a design solution. Place the topnav placeholder in a invisible panel at the bottom (so page doesn't crash) and modify the rest visually (css+firebug) . Assuming I am not misunderstanding what you mean.

Its pretty easy to get started with webparts, http://blah.winsmarts.com//2006/05/14/writing-custom-webparts-for-sharepoint-2007.aspx should show you how. From there you should be able to write an RSS reader easily.

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