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

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

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