Javascript to hide buttons in a Sharepoint Document List
I've followed/modified the directions in this question to hide the "UPLOAD" button on a Share开发者_如何学Gopoint 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
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.
精彩评论