Default Custom Action Locations and IDs
Default Custom Action Locations and IDs
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 |
|
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 |
|
Columns section on site collection Content Type page. |
|
Microsoft.SharePoint.ContentTypeSettings |
General |
|
Settings section on site collection Content Type page. |
|
Microsoft.SharePoint.ContentTypeTemplateSettings |
Fields |
|
Columns section on List Content Type page. |
|
Microsoft.SharePoint.ContentTypeTemplateSettings |
General |
|
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 |
|
Look and Feel section on Site Settings page. |
|
Microsoft.SharePoint.SiteSettings |
Galleries |
|
Galleries section on Site Settings page. |
|
Microsoft.SharePoint.SiteSettings |
SiteAdministration |
|
Site Administration section on Site Settings page. |
|
Microsoft.SharePoint.SiteSettings |
SiteCollectionAdmin |
|
Site Collection Administration section on Site Settings page. |
|
Microsoft.SharePoint.SiteSettings |
UsersAndPermissions |
|
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 |
|
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 |
|
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 |
Location corresponds to the list view. |
||
CommandUI.Ribbon.NewForm |
Not applicable |
Location corresponds to the new form for the list. |
||
CommandUI.Ribbon.EditForm |
Not applicable |
Location corresponds to the edit form for the list. |
||
CommandUI.Ribbon.DisplayForm |
Not applicable |
Location corresponds to the display form for the list. |
||
CommandUI.Ribbon |
Not applicable |
Location corresponds to the list view and edit, new, and display forms for the list. |
Default Custom Action Locations and IDs的更多相关文章
- SharePoint 2010/SharePoint 2013 Custom Action: 基于Site Collection 滚动文字的通知.
应用场景: 有时候我们的站点需要在每个页面实现滚动文字的通知,怎么在不修改Master Page的情况下实现这个功能?我们可以使用Javascript 和 Custom Action 来实现. 创建一 ...
- WIX Custom Action (immediate, deffered, rollback)
Following content is directly reprinted from From MSI to WiX, Part 19 - The Art of Custom Action, Pa ...
- How to debug Custom Action DLL
在MSI工程中,经常会遇到这样的情况: MSI 工程需要调用DLL(C++)中的一个函数实现某些特殊或者复杂的功能,通常的做法是在Custom Action 中调用该DLL . 那么在安装过程中,该C ...
- Custom Action : dynamic link library
工具:VS2010, Installshield 2008 实现功能: 创建一个C++ win32 DLL的工程,MSI 工程需要调用这个DLL,并将Basic MSI工程中的两个参数,传递给DLL, ...
- Installshield: custom action return value
参考:MSDN: Custom Action Return Values 参考:MSDN: Logging of Action Return Values
- Wix打包系列(三)自定义Action(Custom Action)
原文:Wix打包系列(三)自定义Action(Custom Action) 3.1 关于Action 我们已经知道如何生成具有标准安装界面的安装程序了,Windows Installer按照我们的界面 ...
- SharePoint 2013 - User Custom Action
1. User Custom Action包含Ribbon和ECB,以及Site Action菜单等,参考此处: 2. 系统默认ECB的Class为: ms-core-menu-box --> ...
- Dynamics CRM 2015/2016 Web API:Unbound Custom Action 和 Bound Custom Action
今天我们再来看看Bound/Unbound Custom Action吧,什么是Custom Action?不知道的小伙伴们就out了,Dynamics CRM 2013就有了这个功能啦.和WhoAm ...
- 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 ...
随机推荐
- Adobe Flash Builder 4.7下载地址及破解补丁(32位&64位)
Adobe FlashBuilder 4.7是开发flex的利器,能显著提高flex的开发效率.最新版的是4.7,去官网上下载时每次都要登录才能下载,特麻烦,这次下载时就把相关的下载地址给记录了下来, ...
- 转:三十二、Java图形化界面设计——布局管理器之CardLayout(卡片布局)
转:http://blog.csdn.net/liujun13579/article/details/7773945 卡片布局能够让多个组件共享同一个显示空间,共享空间的组件之间的关系就像一叠牌,组件 ...
- PLSQL调用webservice
1. 用途简介 为什么要在Oracle中访问WebService?在系统实现中,有时会有直接在数据库端利用触发器.存储过程等方式进行数据传递.分发的业务,而其中可能会涉及一些业务逻辑,为了处理 ...
- CentOS 如何将.deb 文件 转换.rpm
CentOS 如何将.deb 文件 转换.rpm [root@localhost tmp]#tar zxvf alien_8.88.tar.gz [root@localhost alien]#perl ...
- 【转】Android中intent传递对象和Bundle的用法
原文网址:http://blog.csdn.net/lixiang0522/article/details/8642202 android中的组件间传递的对象一般实现Parcelable接口,当然也可 ...
- 【转】BlueDroid介绍
原文网址:http://www.cnblogs.com/hzl6255/p/3887547.html 自从Android 4.2开始,Android开始使用自己的蓝牙协议栈BlueDroid,而不是b ...
- 请求转发:MVC设计模式、细节、请求域属性的编程实例、请求重定向和请求转发的区别
请求转发:MVC设计模式.细节.请求域属性的编程实例.请求重定向和请求转发的区别 MVC设计模式将一次请求的响应过程分成三个功能模块(一般称之为层)来协同完成,这三个模块分别是Model(模型层) ...
- python yeild使用
闲的蛋疼又想起之前看到的文章,想想还是拿来复习一遍写进博客里. 原文链接:https://www.ibm.com/developerworks/cn/opensource/os-cn-python-y ...
- 推荐一款自己的软件作品[豆约翰博客备份专家],新浪博客,QQ空间,CSDN,cnblogs博客备份,导出CHM,PDF(转载)
推荐一款自己的软件作品[豆约翰博客备份专 豆约翰博客备份专家是完全免费,功能强大的博客备份工具,博客电子书(PDF,CHM和TXT)生成工具,博文离线浏览工具,软件界面美观大方,支持多个主流博客网站( ...
- Cogs 309. [USACO 3.2] 香甜的黄油 dijkstra,堆,最短路,floyd
题目:http://cojs.tk/cogs/problem/problem.php?pid=309 309. [USACO 3.2] 香甜的黄油 ★★ 输入文件:butter.in 输出文件 ...