开发者

How to add a new WebPart in a specific Group after it is deployed

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..." po开发者_如何学Gop up, which is activated when the "Add a Web Part" is clicked on a zone.

Thanks


You need to update your web part manifest file and add the following:

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

Follow the instructions here for details.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜