更改要显示的 Web 部件的类别

发布于 2024-10-31 03:38:42 字数 226 浏览 1 评论 0原文

在Sharepoint 2010中,是否有任何方法可以更改要放置在VS2010中创建的自定义Web部件的类别。

VS2010 默认将自定义 Web 部件放入“自定义”类别中。我很好奇,我们有什么办法可以改变它,例如“MyCustomWebParts”类别。

以防我无法说清楚:

here

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:

here

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

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

发布评论

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

评论(2

临走之时 2024-11-07 03:38:42

您可以更改文件 Elements.xml。进入文件标记添加行:

<Property Name="Group" Value="MyCustomWebPart" />

选择“站点操作”>> “站点设置”>> “修改所有站点设置”。
单击“库”组中的“Web 部件”链接。
打开您的 Web 部件进行编辑。
在“组”部分中,选中“指定您自己的值”选项并输入组名称(例如 MyCustomWebParts)

You can change file Elements.xml. Into File tag add line:

<Property Name="Group" Value="MyCustomWebPart" />

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)

荒岛晴空 2024-11-07 03:38:42

有!在 .webpart 文件中的模块/文件路径下,添加如下标签:

<Property Name="Group" Value="My Custom Group"/>

这就是全部内容!

There is! In the .webpart file, under the Module/File path, add a tag like this:

<Property Name="Group" Value="My Custom Group"/>

That's all there is to it!

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