sharepoint (moss 2010) 和智能部件
有了我们的 moss 2007,我们所有的开发和定制都是基于 smartparts
我们的 sharepoint 中的所有内容都是 smartparts(一些 smartparts 使用 jquery),
但我找不到 moss 2010 的智能部件插件,是否可以在 moss 中使用我们现有的智能部件2007年全新安装moss 2010
having our moss 2007 all our developments and customizations were based on smartparts
everything in our sharepoint are smartparts (some smartparts using jquery)
but i couldn't find the smart part plugin for moss 2010, is it possible to use our existing smart parts in moss 2007 in a new installation of moss 2010
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SharePoint 2010 中的可视化 Web 部件本质上是 Microsoft 对 Smartpart 的实现。如果您有适用于 Smartpart 的用户控件/ASCX 文件,它们应该可以与 2010 版的可视化 Web 部件一起正常工作。关于 2010 版的可视化 Web 部件,需要注意的一件事是它们无法在沙盒 SharePoint 环境中运行。
此链接包含有关可视 Web 部件 的一些信息。
约翰
The Visual Web Part in SharePoint 2010 is essentially Microsoft's implementation of Smartpart. If you have User Controls/ASCX files working for Smartpart, they should work fine with the Visual Web Part in 2010. One thing to note about Visual Web Parts in 2010 is that they will not work in a Sandbox SharePoint environment.
This link has a little information about Visual Web Parts.
John