WebPart菜单在SharePoint 2010中不起作用

时间:2011-12-31 02:04:44

标签: sharepoint

我创建了一个WebPart,它可以在SharePoint 2007中运行,我可以编辑或删除它。但是这个WebPart的菜单在SharePoint 2010中不起作用,当我点击菜单时,它什么都没显示。我不能删除或编辑它。 错误消息是“属性'UpdateWebPartMenuFocus'的值为null或未定义,而不是Function对象”,它指向:

UpdateWebPartMenuFocus(this, 'ms-wpselectlinkfocus', 'ms-WPEditTextVisible')

所以我想知道这个问题的可能原因,或者我的代码可能犯的任何错误。 谢谢!

1 个答案:

答案 0 :(得分:4)

方法UpdateWebPartMenuainFocus在Core.js中定义。

您需要从您的网页或您网页使用的母版页提及Core.js。