Sunday 22 June 2014

30+ SharePoint Custom Actions Location and Sample

Per-item edit control block (ECB) menu of document library

CustomActionId: EditControlBlock
CustomActionGroupId: None
CustomAction Element:
?
<!-- EditControlBlock : Corresponds to the per-item edit control block (ECB) menu-->
<CustomAction
Id="CustomWareCustomActions.EditControlBlock"
RegistrationType="List"
RegistrationId="101"
Location="EditControlBlock"
Sequence="1000"
Title="CUSTOMWARE - EditControlBlock">
<UrlAction Url="http://www.customware.net"/>
</CustomAction>
Screenshot: 




Toolbar menu at the display form of document library

CustomActionId: DisplayFormToolbar
CustomActionGroupId: None
CustomAction Element:
?
<!-- DisplayFormToolbar : Location corresponds to the display form toolbar of lists -->
<CustomAction
Id="CustomWareCustomActions.DisplayFormToolbar"
RegistrationType="List"
RegistrationId="101"
Location="DisplayFormToolbar"
Sequence="1000"
Title="CUSTOMWARE - DisplayFormToolbar">
<UrlAction Url="http://www.customware.net"/>
</CustomAction>
Screenshot: 


Toolbar menu at the edit form of document library

CustomActionId: EditFormToolbar
CustomActionGroupId: None
CustomAction Element:
?
<!-- EditFormToolbar : Location corresponds to the edit form toolbar of lists -->
<CustomAction
Id="CustomWareCustomActions.EditFormToolbar"
RegistrationType="List"
RegistrationId="101"
Location="EditFormToolbar"
Sequence="1000"
Title="CUSTOMWARE - EditFormToolbar">
<UrlAction Url="http://www.customware.net"/>
</CustomAction>
Screenshot: 



Toolbar menu at the new form of document library

CustomActionId: NewFormToolbar
CustomActionGroupId: None
CustomAction Element:
?
<!-- NewFormToolbar : Location corresponds to the new form toolbar of lists -->
<CustomAction
Id="CustomWareCustomActions.NewFormToolbar"
RegistrationType="List"
RegistrationId="101"
Location="NewFormToolbar"
Sequence="1000"
Title="CUSTOMWARE - NewFormToolbar">
<UrlAction Url="http://www.customware.net"/>
</CustomAction>
Screenshot: 




Toolbar menu at the list view of document library

CustomActionId: ViewToolbar  
*CustomActionGroupId: *None
CustomAction Element:
?
<!-- ViewToolbar : Location corresponds to the toolbar in list views -->
<CustomAction
Id="CustomWareCustomActions.ViewToolbar"
RegistrationType="List"
RegistrationId="101"
Location="ViewToolbar"
Sequence="1000"
Title="CUSTOMWARE - ViewToolbar">
</CustomAction>
Screenshot: 




Site Actions menu at list view of document library

CustomActionId: Microsoft.SharePoint.StandardMenu 
CustomActionGroupId: ActionsMenu 
CustomAction Element:
?
<!-- Microsoft.SharePoint.StandardMenu : ActionsMenu : Site Actions menu of document library -->
<CustomAction Id="CustomWareCustomActions.Microsoft.SharePoint.StandardMenu.CustomList.ActionsMenu"
RegistrationType="List"
RegistrationId="101"
GroupId="ActionsMenu"
Location="Microsoft.SharePoint.StandardMenu"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.StandardMenu : ActionsMenu">
</CustomAction>


Screenshot: 




New menu at list view of document library

CustomActionId: Microsoft.SharePoint.StandardMenu
CustomActionGroupId: NewMenu
CustomAction Element:
?
<!-- Microsoft.SharePoint.StandardMenu : NewMenu : New menu in list of document library -->
<CustomAction Id="CustomWareCustomActions.Microsoft.SharePoint.StandardMenu.CustomList.NewMenu"
RegistrationType="List"
RegistrationId="101"
GroupId="NewMenu"
Rights="ManagePermissions"
Location="Microsoft.SharePoint.StandardMenu"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.StandardMenu : NewMenu">
</CustomAction>
Screenshot: 




Settings menu at list view of document library

CustomActionId: Microsoft.SharePoint.StandardMenu
CustomActionGroupId: SettingsMenu
CustomAction Element:
?
<!-- Microsoft.SharePoint.StandardMenu : SettingsMenu : Settings menu in list of document library -->
<CustomAction Id="CustomWareCustomActions.Microsoft.SharePoint.StandardMenu.CustomList.SettingsMenu"
RegistrationType="List"
RegistrationId="101"
GroupId="SettingsMenu"
Location="Microsoft.SharePoint.StandardMenu"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.StandardMenu : SettingsMenu">
</CustomAction>
Screenshot: 




Upload menu at list view of document library

CustomActionId: Microsoft.SharePoint.StandardMenu
CustomActionGroupId: UploadMenu
CustomAction Element:
?
<!-- Microsoft.SharePoint.StandardMenu : UploadMenu : Upload menu in list of document library -->
<CustomAction Id="CustomWareCustomActions.Microsoft.SharePoint.StandardMenu.DocLib.UploadMenu"
RegistrationType="List"
RegistrationId="101"
GroupId="UploadMenu"
Rights="ManagePermissions"
Location="Microsoft.SharePoint.StandardMenu"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.StandardMenu : UploadMenu">
<UrlAction Url="http://www.customware.net"/>
</CustomAction>
Screenshot: 




Site Actions menu at list view of surveys

CustomActionId: Microsoft.SharePoint.StandardMenu
CustomActionGroupId: ActionsMenuForSurvey
CustomAction Element:
?
<!-- Microsoft.SharePoint.StandardMenu : ActionsMenuForSurvey : Site Actions menu for surveys -->
<CustomAction Id="CustomWareCustomActions.Microsoft.SharePoint.StandardMenu.SurveyList.ActionsMenuForSurvey"
RegistrationType="List"
RegistrationId="102"
GroupId="ActionsMenuForSurvey"
Location="Microsoft.SharePoint.StandardMenu"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.StandardMenu : ActionsMenuForSurvey">
</CustomAction>
Screenshot: 




Settings menu at list view of surveys

CustomActionId: DD
CustomActionGroupId: None
CustomAction Element:
?
<!-- Microsoft.SharePoint.StandardMenu : SettingsMenuForSurvey : Site Settings links for surveys -->
<CustomAction Id="CustomWareCustomActions.Microsoft.SharePoint.StandardMenu.SurveyList.SettingsMenuForSurvey"
RegistrationType="List"
RegistrationId="102"
GroupId="SettingsMenuForSurvey"
Location="Microsoft.SharePoint.StandardMenu"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.StandardMenu : SettingsMenuForSurvey">
</CustomAction>
Screenshot: 



Personal Action menu (Welcome User dropdown list)

CustomActionId: Microsoft.SharePoint.StandardMenu
CustomActionGroupId: PersonalActions
CustomAction Element:
?
<!-- Microsoft.SharePoint.StandardMenu : PersonalActions : Personal Action menu (Welcome drop down list) -->
<CustomAction Id="CustomWareCustomActions.Microsoft.SharePoint.StandardMenu.PersonalActions"
GroupId="PersonalActions"
Location="Microsoft.SharePoint.StandardMenu"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.StandardMenu : PersonalActions">
<UrlAction Url="http://www.customware.net"/>
</CustomAction>
Screenshot:



Settings section on List Content Type page

CustomActionId: Microsoft.SharePoint.ContentTypeSettings
CustomActionGroupId: General
CustomAction Element:
?
<!-- Microsoft.SharePoint.ContentTypeSettings : General : Settings section on List Content Type page-->
<CustomAction
Id="CustomWareCustomActions.Microsoft.SharePoint.ContentTypeSettings.General"
GroupId="General"
Location="Microsoft.SharePoint.ContentTypeSettings"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.ContentTypeSettings : General">
</CustomAction>
Screenshot: See item no. (1)
 

Columns section on List Content Type page

CustomActionId: Microsoft.SharePoint.ContentTypeSettings
CustomActionGroupId: Fields
CustomAction Element:
?
<!-- Microsoft.SharePoint.ContentTypeSettings : Fields : Columns section List Content Type page -->
<CustomAction
Id="CustomWareCustomActions.Microsoft.SharePoint.ContentTypeSettings.Fields"
GroupId="Fields"
Location="Microsoft.SharePoint.ContentTypeSettings"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.ContentTypeSettings : Fields">
</CustomAction>
Screenshot: See section "Settings section on List Content Type page", item no. (2)

Settings section on Site Collection Content Type page

CustomActionId: General
CustomActionGroupId: Microsoft.SharePoint.ContentTypeTemplateSettings
CustomAction Element:
?
<!-- Microsoft.SharePoint.ContentTypeTemplateSettings : General : Settings section on Site Collection Content Type page -->
<CustomAction
Id="CustomWareCustomActions.Microsoft.SharePoint.ContentTypeSettings.General"
GroupId="General"
Location="Microsoft.SharePoint.ContentTypeTemplateSettings"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.ContentTypeTemplateSettings : General">
</CustomAction>
Screenshot: See item no. (1)


Columns section on Site Collection Content Type page

CustomActionId: Microsoft.SharePoint.ContentTypeTemplateSettings
CustomActionGroupId: Fields
CustomAction Element:
?
<!-- Microsoft.SharePoint.ContentTypeTemplateSettings : Fields : Columns section on Site Collection Content Type page -->
<CustomAction
Id="CustomWareCustomActions.Microsoft.SharePoint.ContentTypeSettings.Fields"
GroupId="Fields"
Location="Microsoft.SharePoint.ContentTypeTemplateSettings"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.ContentTypeTemplateSettings : Fields">
</CustomAction>
Screenshot: See section "Settings section on Site Collection Content Type page", item no. (2) 

General Settings section on Customize page for list or document library

CustomActionId: Microsoft.SharePoint.ListEdit
CustomActionGroupId: GeneralSettings
CustomAction Element:
?
<!-- Microsoft.SharePoint.ListEdit : GeneralSettings : General Settings section on Customize page document library -->
<CustomAction
Id="Microsoft.SharePoint.ListEdit.GeneralSettings"
RegistrationType="List"
RegistrationId="101"
GroupId="GeneralSettings"
Location="Microsoft.SharePoint.ListEdit"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.ListEdit : GeneralSettings">
</CustomAction>
Screenshot: See item no. (1)



Permissions and Management section on Customize page for list or document library

CustomActionId: Microsoft.SharePoint.ListEdit
CustomActionGroupId: Permissions
CustomAction Element:
?
<!-- Microsoft.SharePoint.ListEdit : Permissions : Permissions and Management section on Customize page document library -->
<CustomAction
Id="Microsoft.SharePoint.ListEdit.Permissions"
RegistrationType="List"
RegistrationId="101"
GroupId="Permissions"
Location="Microsoft.SharePoint.ListEdit"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.ListEdit : Permissions">
</CustomAction>
Screenshot: See section "General Settings section on Customize page for list or document library", item no. (2)

Communications section on Customize page for list or document library

CustomActionId: Microsoft.SharePoint.ListEdit
CustomActionGroupId: Communications
CustomAction Element:
?
<!-- Microsoft.SharePoint.ListEdit : Communications : Communications section on Customize page document library -->
<CustomAction
Id="Microsoft.SharePoint.ListEdit.Communications"
RegistrationType="List"
RegistrationId="101"
GroupId="Communications"
Location="Microsoft.SharePoint.ListEdit"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.ListEdit : Communications">
</CustomAction>
Screenshot:  See section "General Settings section on Customize page for list or document library", item no. (3)

Permissions and Management section on Customize page for document library

CustomActionId: Microsoft.SharePoint.ListEdit.DocumentLibrary
CustomActionGroupId: GeneralSettings
CustomAction Element:
?
<!-- Microsoft.SharePoint.ListEdit.DocumentLibrary : Permissions : Permissions and Management section on Customize page document library -->
<CustomAction
Id="Microsoft.SharePoint.ListEdit.DocumentLibrary.GeneralSettings"
RegistrationType="List"
RegistrationId="101"
GroupId="GeneralSettings"
Location="Microsoft.SharePoint.ListEdit.DocumentLibrary"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.ListEdit.DocumentLibrary : GeneralSettings">
</CustomAction>
Screenshot: See section "General Settings section on Customize page for list or document library", item no. (4) 

Microsoft.SharePoint.Create.WebPages

CustomActionId: Microsoft.SharePoint.Create
CustomActionGroupId: WebPages
CustomAction Element:
?
<!-- Microsoft.SharePoint.Create : WebPages : Web Pages section on Create page -->
<CustomAction
Id="Microsoft.SharePoint.Create.WebPages"
GroupId="WebPages"
Location="Microsoft.SharePoint.Create"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.Create : WebPages">
</CustomAction>
Screenshot: !Create.WebPages.png|border=1! 

Left navigational area on pages for managing workflow

CustomActionId: Microsoft.SharePoint.Workflows
CustomActionGroupId: LeftNavBarLinks
CustomAction Element:
?
<!-- Microsoft.SharePoint.Workflows : SettingsMenu : Left navigational area on pages for managing workflow -->
<CustomAction Id="CustomWareCustomActions.Microsoft.SharePoint.Workflows.LeftNavBarLinks"
GroupId="LeftNavBarLinks"
Location="Microsoft.SharePoint.Workflows"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.Workflows : LeftNavBarLinks">
<UrlAction Url="http://www.customware.net"/>
</CustomAction>
Screenshot:



New menu on site collection People and Groups page

CustomActionId: Microsoft.SharePoint.GroupsPage
CustomActionGroupId: NewMenu
CustomAction Element:
?
<!-- Microsoft.SharePoint.GroupsPage : NewMenu : New menu on site collection People and Groups page -->
<CustomAction
Id="Microsoft.SharePoint.GroupsPage.NewMenu"
GroupId="NewMenu"
Location="Microsoft.SharePoint.GroupsPage"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.GroupsPage : NewMenu">
</CustomAction>
Screenshot:



Settings menu on site collection People and Groups page

CustomActionId: Microsoft.SharePoint.GroupsPage
CustomActionGroupId: SettingsMenu
CustomAction Element:
?
<!-- Microsoft.SharePoint.GroupsPage : SettingsMenu : Settings menu on site collection People and Groups page -->
<CustomAction
Id="Microsoft.SharePoint.GroupsPage.SettingsMenu"
GroupId="SettingsMenu"
Location="Microsoft.SharePoint.GroupsPage"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.GroupsPage : SettingsMenu">
</CustomAction>
Screenshot:



Actions menu on site collection People and Groups page

CustomActionId: Microsoft.SharePoint.PeoplePage
CustomActionGroupId: ActionsMenu
CustomAction Element:
?
<!-- Microsoft.SharePoint.PeoplePage : ActionsMenu : Actions menu on site collection People and Groups page -->
<CustomAction
Id="Microsoft.SharePoint.PeoplePage.ActionsMenu"
GroupId="ActionsMenu"
Location="Microsoft.SharePoint.PeoplePage"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.PeoplePage : ActionsMenu">
</CustomAction>
Screenshot:


New menu on site collection People and Groups page

CustomActionId: Microsoft.SharePoint.PeoplePage
CustomActionGroupId: NewMenu
CustomAction Element:
?
<!-- Microsoft.SharePoint.PeoplePage : NewMenu : New menu on site collection People and Groups page -->
<CustomAction
Id="Microsoft.SharePoint.PeoplePage.NewMenu"
GroupId="NewMenu"
Location="Microsoft.SharePoint.PeoplePage"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.PeoplePage : NewMenu">
</CustomAction>
Screenshot:



Settings menu on site collection People and Groups page

CustomActionId: Microsoft.SharePoint.PeoplePage
CustomActionGroupId: SettingsMenu
CustomAction Element:
?
<!-- Microsoft.SharePoint.PeoplePage : SettingsMenu : Settings menu on site collection People and Groups page -->
<CustomAction
Id="Microsoft.SharePoint.PeoplePage.SettingsMenu"
GroupId="SettingsMenu"
Location="Microsoft.SharePoint.PeoplePage"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.PeoplePage : SettingsMenu">
</CustomAction>
Screenshot:



Actions menu on Web site Permissions page

CustomActionId: Microsoft.SharePoint.User
CustomActionGroupId: ActionsMenu
CustomAction Element:
?
<!-- Microsoft.SharePoint.User : ActionsMenu : Actions menu on Web site Permissions page -->
<CustomAction Id="CustomWareCustomActions.Microsoft.SharePoint.User.ActionsMenu"
GroupId="ActionsMenu"
Location="Microsoft.SharePoint.User"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.User : ActionsMenu">
<UrlAction Url="http://www.customware.net"/>
</CustomAction>
Screenshot:



New menu on Web site Permissions page

CustomActionId: Microsoft.SharePoint.User
CustomActionGroupId: NewMenu
CustomAction Element:
?
<!-- Microsoft.SharePoint.User : NewMenu : New menu on Web site Permissions page -->
<CustomAction Id="CustomWareCustomActions.Microsoft.SharePoint.User.NewMenu"
GroupId="NewMenu"
Location="Microsoft.SharePoint.User"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.User : NewMenu">
<UrlAction Url="http://www.customware.net"/>
</CustomAction>
Screenshot:



Settings menu on Web site Permissions page

CustomActionId: Microsoft.SharePoint.User
CustomActionGroupId: SettingsMenu
CustomAction Element:
?
<!-- Microsoft.SharePoint.User : SettingsMenu : Settings menu on Web site Permissions page -->
<CustomAction Id="CustomWareCustomActions.Microsoft.SharePoint.User.SettingsMenu"
GroupId="SettingsMenu"
Location="Microsoft.SharePoint.User"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.User : SettingsMenu">
<UrlAction Url="http://www.customware.net"/>
</CustomAction>
Screenshot:


Users and Permissions section on Site Settings page

CustomActionId: Microsoft.SharePoint.SiteSettings
CustomActionGroupId: UsersAndPermissions
CustomAction Element:
?
<!-- Microsoft.SharePoint.SiteSettings : UsersAndPermissions : Users and Permissions section on Site Settings page -->
<CustomAction
Id="CustomWareCustomActions.Microsoft.SharePoint.SiteSettings.UsersAndPermissions"
GroupId="UsersAndPermissions"
Location="Microsoft.SharePoint.SiteSettings"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.SiteSettings : UsersAndPermissions">
<UrlAction Url="http://www.customware.net"/>
</CustomAction>
Screenshot:  See item no. (1)



Look and Feel section on Site Settings page

CustomActionId: Microsoft.SharePoint.SiteSettings
CustomActionGroupId: Customization
CustomAction Element:
?
<!-- Microsoft.SharePoint.SiteSettings : Customization : Look and Feel section on Site Settings page -->
<CustomAction
Id="CustomWareCustomActions.Microsoft.SharePoint.SiteSettings.Customization"
GroupId="Customization"
Location="Microsoft.SharePoint.SiteSettings"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.SiteSettings : Customization">
<UrlAction Url="http://www.customware.net"/>
</CustomAction>
Screenshot: See section "Users and Permissions section on Site Settings page", item no. (2)

Galleries section on Site Settings page

CustomActionId: Microsoft.SharePoint.SiteSettings
CustomActionGroupId: Galleries
CustomAction Element:
?
<!-- Microsoft.SharePoint.SiteSettings : Galleries : Galleries section on Site Settings page -->
<CustomAction
Id="CustomWareCustomActions.Microsoft.SharePoint.SiteSettings.Galleries"
GroupId="Galleries"
Location="Microsoft.SharePoint.SiteSettings"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.SiteSettings : Galleries">
<UrlAction Url="http://www.customware.net"/>
</CustomAction>
Screenshot: See section "Users and Permissions section on Site Settings page", item no. (3) 

Site Administration section on Site Settings page

CustomActionId: Microsoft.SharePoint.SiteSettings
CustomActionGroupId: SiteAdministration
CustomAction Element:
?
<!-- Microsoft.SharePoint.SiteSettings : SiteAdministration : Site Administration section on Site Settings page -->
<CustomAction
Id="CustomWareCustomActions.Microsoft.SharePoint.SiteSettings.SiteAdministration"
GroupId="SiteAdministration"
Location="Microsoft.SharePoint.SiteSettings"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.SiteSettings : SiteAdministration">
<UrlAction Url="http://www.customware.net"/>
</CustomAction>
Screenshot: See section "Users and Permissions section on Site Settings page", item no. (4)

Site Collection Administration section on Site Settings page

CustomActionId: Microsoft.SharePoint.SiteSettings
CustomActionGroupId: SiteCollectionAdmin
CustomAction Element:
?
<!-- Microsoft.SharePoint.SiteSettings : SiteCollectionAdmin : Site Collection Administration section on Site Settings page -->
<CustomAction
Id="CustomWareCustomActions.Microsoft.SharePoint.SiteSettings.SiteCollectionAdmin"
GroupId="SiteCollectionAdmin"
Location="Microsoft.SharePoint.SiteSettings"
Sequence="1000"
Title="CUSTOMWARE - Microsoft.SharePoint.SiteSettings : SiteCollectionAdmin">
<UrlAction Url="http://www.customware.net"/>
</CustomAction>
Screenshot: See section "Users and Permissions section on Site Settings page", item no. (5)

No comments:

Post a Comment