Connect above: http://www.bianceng.cnhttp://www.bianceng.cn/web/sharepoint/201406/41934.htm
Example seven list set menu extension (listedit.aspx)
Extended effect
XML description
<customaction
id= "CustomAction1"
description= "blog Park-Lin Yu" title= "
Blog Park-Lin Yu
" groupid= " Generalsettings "
location=" Microsoft.SharePoint.ListEdit "
rights=" ManageWeb
" Requiresiteadministrator= "FALSE"
sequence= ">
<urlaction url=" Http://www.cnblogs.com/jianyus " />
</CustomAction>
Example eight Administration Center Application Management Extension Menu
Extended effect
XML description
<customaction
id= "Changenamedescriptiongroup"
description= "blog Park-Lin Yu" title= "
Blog Park-Lin Yu
" groupid= " Webapplications "
location=" Microsoft.SharePoint.Administration.Applications "
rights=" ManageWeb
" Sequence= "<urlaction" >
url= "Http://www.cnblogs.com/jianyus" />
</CustomAction>
Note: The scope of this feature, if the farm level, otherwise, the management center does not take effect.
Other locations reference the default Custom Action locations and IDs
Example ten extension people and groups settings (groups.aspx) menu
Extended effect
XML description
<customaction
id= "Changenamedescriptiongroup"
description= "blog Park-Lin Yu"
title= "blog Park-Lin Yu"
Groupid= "Settingsmenu" location= "Microsoft.SharePoint.GroupsPage" rights= "ManageWeb" sequence= "
>
<urlaction url= "Http://www.cnblogs.com/jianyus" />
</CustomAction>
Conclusion
On the basis of the previous blog, add a few examples to facilitate everyone to understand the role of location and GroupID, hope that a simple example, can be helpful to everyone.
Author: cnblogs Lin Yu