更改要显示的 Web 部件的类别
在Sharepoint 2010中,是否有任何方法可以更改要放置在VS2010中创建的自定义Web部件的类别。
VS2010 默认将自定义 Web 部件放入“自定义”类别中。我很好奇,我们有什么办法可以改变它,例如“MyCustomWebParts”类别。
以防我无法说清楚:
In Sharepoint 2010, is there any way to change the category where custom web parts created in VS2010 to be placed.
VS2010 is putting the custom web part in "Custom" category by default. I'm curious that, is there any way for us to change it, for example "MyCustomWebParts" category.
incase I couldn't made myself clear:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以更改文件 Elements.xml。进入文件标记添加行:
或
选择“站点操作”>> “站点设置”>> “修改所有站点设置”。
单击“库”组中的“Web 部件”链接。
打开您的 Web 部件进行编辑。
在“组”部分中,选中“指定您自己的值”选项并输入组名称(例如 MyCustomWebParts)
You can change file Elements.xml. Into File tag add line:
or
Select “Site Actions” >> “Site Settings” >> “Modify All Site Settings”.
Click the “Web Parts” link in the Galleries group.
Open your webpart for edit.
In the Group section, check the “Specify your own value” option and type in a group name (e.g. MyCustomWebParts)
有!在 .webpart 文件中的模块/文件路径下,添加如下标签:
这就是全部内容!
There is! In the .webpart file, under the Module/File path, add a tag like this:
That's all there is to it!