Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/vim/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sharepoint 如何在share point 2013中为文档库和列表创建自定义功能区按钮_Sharepoint_Sharepoint List - Fatal编程技术网

Sharepoint 如何在share point 2013中为文档库和列表创建自定义功能区按钮

Sharepoint 如何在share point 2013中为文档库和列表创建自定义功能区按钮,sharepoint,sharepoint-list,Sharepoint,Sharepoint List,因为我对SharePoint技术非常陌生。我一直在尝试创建一个功能区按钮,以便在文档库和列表中工作。但我只能在文档库中创建它,它不会显示在列表中。有人能帮我解决吗?我正在使用以下自定义操作创建功能区 <CustomAction Description="CustomActionDescription" Id="NBAD.Ribbon.Library.Actions.MoveFilenetButtonAction" RegistrationType="ContentT

因为我对SharePoint技术非常陌生。我一直在尝试创建一个功能区按钮,以便在文档库和列表中工作。但我只能在文档库中创建它,它不会显示在列表中。有人能帮我解决吗?我正在使用以下自定义操作创建功能区

<CustomAction
    Description="CustomActionDescription"
    Id="NBAD.Ribbon.Library.Actions.MoveFilenetButtonAction"
    RegistrationType="ContentType"
     RegistrationId="0x01"
      Location="CommandUI.Ribbon">

您可以尝试将“0x”放在RegistrationId中,以便在列表和文档库中获取自定义操作