SharePoint如何更改列表的“添加新项”按钮中的文本?

时间:2011-06-25 17:20:56

标签: sharepoint-2010

我收到了一个问题。如何更改列表的“添加新项目”按钮中的文字?

1 个答案:

答案 0 :(得分:0)

您需要自定义功能区。功能区自定义参考http://msdn.microsoft.com/en-us/library/ff630938.aspx#odc_sp14_qn_WorkingwithSharePointRibbon_RemoveButton

简而言之,你可以使用以下xml删除“New Item”

<HideCustomAction Id="Ribbon.Documents.New.Controls.DemoHelloWorldButton" Location="Ribbon.Documents.New.Controls._children">
</HideCustomAction>

并添加一个新的。

或者,您可以使用Reflector或任何其他反编译器来查找Resourse文件名和用于呈现“添加新项目”并使其变色的密钥。