2

I am constantly writing custom WebParts but after I deploy them, they always get added to the "Miscellaneous" category. How do I add a WebPart to a specific category?

The category that I am referring to here is the one we see in the "Add Web Parts..." pop up, which is activated when the "Add a Web Part" is clicked on a zone.

Thanks

4

1 回答 1

3

您需要更新 Web 部件清单文件并添加以下内容:

<property Name="Group" Value="Custom" />

请按照此处的说明了解详细信息。

于 2009-12-04T23:34:08.263 回答