用于隐藏 Sharepoint 文档列表中按钮的 JavaScript
我已按照/修改此问题中的说明来隐藏“上传” Sharepoint 2007 列表上的“按钮。我遇到的问题是上传菜单的下拉箭头仍然出现。我怎样才能摆脱整个菜单项?
谢谢
I've followed/modified the directions in this question to hide the "UPLOAD" button on a Sharepoint 2007 list. The issue I'm encountering is that the dropdown arrow for the Upload menu still appears. How can I get rid of the whole menu item?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
编辑:查看http://features.codeplex.com/。它具有工具栏管理器,
此功能允许您有选择地显示和隐藏标准列表/库工具栏上的菜单项。
隐藏
zz17_UploadMenu_t
表。如果您理解链接问题中的答案,您就不会问这个问题。 :-)
使用 firebug/开发者工具 (IE) 等工具来查找此类问题的解决方案。
Edit: Take a look at http://features.codeplex.com/. It has Toolbar Manager
This Feature allows you to selectively show and hide menu items on the standard list/library toolbar.
Hide the
zz17_UploadMenu_t
table.If you understood the answer in the question you linked, you wouldn't be asking this question. :-)
Use tools like firebug/Developer Tools (IE) to find solutions for these kind of issues.