Default Custom Action Locations and IDs

SharePoint 2013                          

 

The following table shows the locations, custom action group IDs, and custom action IDs that are used in the CustomAction element and the CustomActionGroup element of custom actions that are installed by default in Microsoft SharePoint Foundation.

In the table, each location value corresponds to the Location attribute of the CustomAction element. Each group ID corresponds to the GroupId attribute of the CustomAction element or to the Id attribute of the CustomActionGroup element. Each custom action ID corresponds to the Id attribute of the CustomAction element.

You can create a Feature that implements the HideCustomAction element to hide any default custom action that is identified in the table.

Location

Custom Action Group IDs

Default Custom Action IDs

Group Description

DisplayFormToolbar

Not applicable

  • ExportEventToolbarButton (calendars)

  • ExportContactToolbarButton (contacts)

Location corresponds to the display form toolbar of lists.

EditControlBlock

Not applicable

Not applicable

Location corresponds to the per-item edit control block (ECB) menu.

EditFormToolbar

Not applicable

Not applicable

Location corresponds to the edit form toolbar of lists.

NewFormToolbar

Not applicable

Not applicable

Location corresponds to the new form toolbar of lists.

ViewToolbar

Not applicable

Not applicable

Location corresponds to the toolbar in list views.

Microsoft.SharePoint.StandardMenu

ActionsMenu

Not applicable

Actions menu in list and document library views.

Microsoft.SharePoint.StandardMenu

ActionsMenuForSurvey

Not applicable

Site Actions menu for surveys.

Microsoft.SharePoint.StandardMenu

SettingsMenuForSurvey

Not applicable

Site Settings links for surveys.

Microsoft.SharePoint.StandardMenu

SiteActions

Not applicable

Site Actions menu.

Location

Custom Action Group IDs

Default Custom Action IDs

Group Description

Microsoft.SharePoint.ContentTypeSettings

Fields

  • AddField

  • ReorderFields

Columns section on site collection Content Type page.

Microsoft.SharePoint.ContentTypeSettings

General

  • ChangeNameDescription

  • ChangeOptionalSettings

  • ChangeWorkflowSettings

  • RemoveContentType

Settings section on site collection Content Type page.

Microsoft.SharePoint.ContentTypeTemplateSettings

Fields

  • AddField

  • ReorderFields

Columns section on List Content Type page.

Microsoft.SharePoint.ContentTypeTemplateSettings

General

  • ChangeNameDescriptionGroup

  • ChangeOptionalSettings

  • ChangeWorkflowSettings

  • RemoveContentType

Settings section on List Content Type page.

Microsoft.SharePoint.Create

WebPages

Not applicable

Web Pages section on Create page.

Microsoft.SharePoint.GroupsPage

NewMenu

Not applicable

New menu on site collection People and Groups page.

Microsoft.SharePoint.GroupsPage

SettingsMenu

Not applicable

Settings menu on site collection People and Groups page.

Microsoft.SharePoint.ListEdit

Communications

Not applicable

Communications section on Customize page for list or document library.

Microsoft.SharePoint.ListEdit

GeneralSettings

Not applicable

General Settings section on Customize page for list.

Microsoft.SharePoint.ListEdit

Permissions

Not applicable

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

Microsoft.SharePoint.ListEdit.DocumentLibrary

GeneralSettings

Not applicable

General Settings section on Customize page for document library.

Microsoft.SharePoint.PeoplePage

ActionsMenu

Not applicable

Actions menu on site collection People and Groups page.

Microsoft.SharePoint.PeoplePage

NewMenu

Not applicable

New menu on site collection People and Groups page.

Microsoft.SharePoint.PeoplePage

SettingsMenu

Not applicable

Settings menu on site collection People and Groups page.

Microsoft.SharePoint.SiteSettings

Customization

  • ProjectSettings

  • NavOptions

  • Theme

  • TopNav

  • QuickLaunch

  • SaveAsTemplate

  • ReGhost

Look and Feel section on Site Settings page.

Microsoft.SharePoint.SiteSettings

Galleries

  • MasterPageCatalog

  • ManageCType

  • ManageField

  • SiteTemplates

  • ListTemplates

  • WebParts

  • Workflows

Galleries section on Site Settings page.

Microsoft.SharePoint.SiteSettings

SiteAdministration

  • RegionalSettings

  • LibrariesAndLists

  • WebUsage

  • UserAlerts

  • RSS

  • SrchVis

  • ManageSubWebs

  • ManageSiteFeatures

  • DeleteWeb

Site Administration section on Site Settings page.

Microsoft.SharePoint.SiteSettings

SiteCollectionAdmin

  • DeletedItems

  • SiteCollectionUsage

  • Storage

  • ManageSiteCollectionFeatures

  • Hierarchy

  • Portal

Site Collection Administration section on Site Settings page.

Microsoft.SharePoint.SiteSettings

UsersAndPermissions

  • PeopleAndGroups

  • SiteCollectionAdministrators

  • User

Users and Permissions section on Site Settings page.

Location

Custom Action Group ID

Description

Microsoft.SharePoint.Administration.Applications

Databases

Databases section under Application Management in Central Administration

ServiceApplications

Service Applications section under Application Management in Central Administration

SiteCollections

Site Collections section under Application Management in Central Administration

WebApplications

Web Applications section under Application Management in Central Administration

Microsoft.SharePoint.Administration.Backups

FarmBackup

Farm Backup and Restore section under Backup and Restore in Central Administration

GranularBackup

Granular Backup section under Backup and Restore in Central Administration

Microsoft.SharePoint.Administration.ConfigurationWizards

FarmConfiguration

Farm Configuration section under Configuration Wizards in Central Administration

Microsoft.SharePoint.Administration.Default

  • CA_Applications

  • CA_Backups

  • CA_ConfigurationWizards

  • CA_GeneralApplicationSettings

  • CA_Monitoring

  • CA_Security

  • CA_SystemSettings

  • CA_UpgradeAndMigration

Default page in Central Administration

Microsoft.SharePoint.Administration.GeneralApplicationSettings

ExternalServiceConnections

External Service Connections section under General Application Settings in Central Administration.

SiteDirectory

Site Directory section under General Application Settings in Central Administration.

SPD

SharePoint Designer section under General Application Settings in Central Administration.

Microsoft.SharePoint.Administration.Monitoring

HealthStatus

Health Analyzer section under Monitoring in Central Administration

Reporting

Reporting section under Monitoring in Central Administration

TimerJobs

Timer Jobs section under Monitoring in Central Administration

Microsoft.SharePoint.Administration.Security

GeneralSecurity

General Security Section under Security in Central Administration.

InformationPolicy

Information Policy Section under Security in Central Administration.

Users

Users Section under Security in Central Administration.

Microsoft.SharePoint.Administration.SystemSettings

Email

E-Mail and Text Messages (SMS) section under System Settings in Central Administration.

Farm Management

Farm Management section under System Settings in Central Administration.

Servers

Servers section under System Settings in Central Administration.

Microsoft.SharePoint.Administration.UpgradeAndMigration

Patch

Upgrade and Patch Management section under Upgrade and Migration in Central Administration.

Location

Custom Action Group IDs

Default Custom Action IDs

Group Description

CommandUI.Ribbon.ListView

Not applicable

See Default Server Ribbon Customization Locations

Location corresponds to the list view.

CommandUI.Ribbon.NewForm

Not applicable

See Default Server Ribbon Customization Locations

Location corresponds to the new form for the list.

CommandUI.Ribbon.EditForm

Not applicable

See Default Server Ribbon Customization Locations

Location corresponds to the edit form for the list.

CommandUI.Ribbon.DisplayForm

Not applicable

See Default Server Ribbon Customization Locations

Location corresponds to the display form for the list.

CommandUI.Ribbon

Not applicable

See Default Server Ribbon Customization Locations

Location corresponds to the list view and edit, new, and display forms for the list.

Default Custom Action Locations and IDs的更多相关文章

  1. SharePoint 2010/SharePoint 2013 Custom Action: 基于Site Collection 滚动文字的通知.

    应用场景: 有时候我们的站点需要在每个页面实现滚动文字的通知,怎么在不修改Master Page的情况下实现这个功能?我们可以使用Javascript 和 Custom Action 来实现. 创建一 ...

  2. WIX Custom Action (immediate, deffered, rollback)

    Following content is directly reprinted from From MSI to WiX, Part 19 - The Art of Custom Action, Pa ...

  3. How to debug Custom Action DLL

    在MSI工程中,经常会遇到这样的情况: MSI 工程需要调用DLL(C++)中的一个函数实现某些特殊或者复杂的功能,通常的做法是在Custom Action 中调用该DLL . 那么在安装过程中,该C ...

  4. Custom Action : dynamic link library

    工具:VS2010, Installshield 2008 实现功能: 创建一个C++ win32 DLL的工程,MSI 工程需要调用这个DLL,并将Basic MSI工程中的两个参数,传递给DLL, ...

  5. Installshield: custom action return value

    参考:MSDN: Custom Action Return Values 参考:MSDN: Logging of Action Return Values

  6. Wix打包系列(三)自定义Action(Custom Action)

    原文:Wix打包系列(三)自定义Action(Custom Action) 3.1 关于Action 我们已经知道如何生成具有标准安装界面的安装程序了,Windows Installer按照我们的界面 ...

  7. SharePoint 2013 - User Custom Action

    1. User Custom Action包含Ribbon和ECB,以及Site Action菜单等,参考此处: 2. 系统默认ECB的Class为: ms-core-menu-box --> ...

  8. Dynamics CRM 2015/2016 Web API:Unbound Custom Action 和 Bound Custom Action

    今天我们再来看看Bound/Unbound Custom Action吧,什么是Custom Action?不知道的小伙伴们就out了,Dynamics CRM 2013就有了这个功能啦.和WhoAm ...

  9. Win7 64X 安装VisualSVNServer 2.6.0过程中出现Custom action InstallWMISchemaExcute failed: Cannot query proxy blanket: No such interface supported (0x80004002)

    Win7 64X 安装VisualSVNServer 2.6.0过程中出现错误:Custom action InstallWMISchemaExcute failed: Cannot query pr ...

随机推荐

  1. 监控持有sql和被堵塞的sql

    Session 1: mysql> start transaction; Query OK, 0 rows affected (0.00 sec) mysql> update Client ...

  2. Apache Struts 远程代码执行漏洞(CVE-2013-4316)

    漏洞版本: Apache Group Struts < 2.3.15.2 漏洞描述: BUGTRAQ ID: 62587 CVE(CAN) ID: CVE-2013-4316 Struts2 是 ...

  3. Http 状态码完整说明

    在网站建设的实际应用中,容易出现很多小小的失误,就像mysql当初优化不到位,影响整体网站的浏览效果一样,其实,网站的常规http状态码的表现也是一样, 一些常见的状态码为: 200 - 服务器成功返 ...

  4. 从零开始学习ASP.NET MVC 1.0

    转自:http://www.cnblogs.com/zhangziqiu/archive/2009/02/27/ASPNET-MVC-1.html <从零开始学习ASP.NET MVC 1.0& ...

  5. WEB安全测试的类型

    1.跨站脚本(XSS) XSS又叫CSS(CROSS SET SCRIPT),跨站脚本攻击.它指的是恶意攻击者往WEB页面里插入恶意的html代码,当用户浏览该页面时,嵌入其中的html代码会被执行, ...

  6. [Boost]图形处理库Boost::Polygon

    Background 工作中经师傅指导学习应用到了Boost::Polygon这个库,相对于Boost::Geometry,Polygon出自Intel.抽象于芯片流程,于是更贴近于芯片设计流程应用. ...

  7. [NOIP2005]采药

    2005年NOIP全国联赛普及组 [题目描述 Description] 辰辰是个天资聪颖的孩子,他的梦想是成为世界上最伟大的医师.为此,他想拜附近最有威望的医师为师.医师为了判断他的资质,给他出了一个 ...

  8. map/reduce实现数据去重

    import java.io.IOException; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.co ...

  9. 2 weekend110的zookeeper的原理、特性、数据模型、节点、角色、顺序号、读写机制、保证、API接口、ACL、选举、 + 应用场景:统一命名服务、配置管理、集群管理、共享锁、队列管理

    在hadoop生态圈里,很多地方都需zookeeper. 启动的时候,都是普通的server,但在启动过程中,通过一个特定的选举机制,选出一个leader. 只运行在一台服务器上,适合测试环境:Zoo ...

  10. JavaFX 3D部分介绍(3) Lights

    声明:   本博客文章原创类别的均为个人原创,版权所有.转载请注明出处: http://blog.csdn.net/ml3947,另外本人的个人博客:http://www.wjfxgame.com. ...