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


I am constantly writing custom webpelt, but after deploying them, they always add to the "Miscellaneous" category. How do I add a webpage to a specific category?

The category I refer to here is displayed in the "Add Web Parts ..." popup, which is clicked on a zone when "Add a Web Part" is activated .

Thank you

You need to update your Web Part Manifest file Add more:

  & lt; Property Name = "Group" Value = "Custom" />  

Follow the instructions for details.


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

excel - Populate list via a bi-Condition -