SharePoint2010的ribbon按钮控制。
摘要:SharePoint2010隐藏文档库或列表的ribbon按钮。首先,新建一个SharePoint空白项目,添加一个元素,然后在Elements.xml的Elements标签里添加以下信息这个是列表的<CustomAction Id="RemoveAlertMeButton" Location="CommandUI.Ribbon.ListView" RegistrationId="100" RegistrationType="List"> <CommandUIExtension>...
阅读全文
posted @
2011-11-14 15:26
欣静赏悦
阅读(447)
推荐(0)
转:SharePoint 2010 禁用列表或文档库新建文件夹命令的三种方法
摘要:1.通过Feature来实现1.1如果你想针对列表来隐藏新建文件夹命令,Feature代码如下: <CustomAction Id="Remove.ListItem.NewFolder" Location="CommandUI.Ribbon"> <CommandUIExtension> <CommandUIDefinitions> <CommandUIDefinition Location="Ribbon.ListItem.New.NewFolder" /> </CommandUI
阅读全文
posted @
2011-11-14 15:24
欣静赏悦
阅读(548)
推荐(0)
This Task Is Currently Locked by a Running Workflow and Cannot Be Edited
摘要:Problem: In SharePoint Workflow, "This task is currently locked by a running workflow and cannot be edited" is the common exception, that we face.Solution: Generally this exception occurs 1. when the number of items in the Task List gets highThis exception says that the workflow is not abl
阅读全文
posted @
2011-11-02 11:16
欣静赏悦
阅读(584)
推荐(0)