您现在的位置: 爱51代码网 >> 范文 >> 文章正文
Sharepoint的Document Library哪里能禁用上传多个文件

Sharepoint的Document Library哪里能禁用上传多个文件

用jquery和css隐藏,或者写代码将ribbon上对应的id隐藏。

 I wanted to hide “Upload multiple Files..” link from the document upload page. There are various solutions for acheiving the same. All of the possible solutions are mentioned in the link below:
http-://salaudeen-.blogspot.-in/2010/12/disable-multiple-file-upload-in.html
I added the below mentioned script in my CSS file (custom CSS file used of my master page). This will hide “Upload Multiple Files..” for all documents libraries for which this CSS is applied.

#ctl00_PlaceHolderMain_UploadDocumentSection_ctl03_UploadMultipleLink, #Ribbon\.Documents\.New\.AddDocument\.Menu\.Upload\.UploadMultiple-Menu32
{
         display: none;
}

  • 上一篇文章:

  • 下一篇文章: 没有了
  • 最新文章 热点文章 相关文章
    lotus数据列表文档个数如何实时统
    lotus代理中LS如何将字符串保存到
    在lotus BS系统里怎样方便实现统
    undefined reference timer_crea
    linux文件/usr/lib破坏了,还原后
    linux上运行system函数时,print
    Failed to open eth0
    android手机无法与eclipse或电脑
    C/C++洗牌算法源代码
    servlet技术实现用户名唯一的验证
    undefined reference timer_crea
    Failed to open eth0
    ZOJ 3700 Ever Dream 文章中单词
    TortoiseGit和msysGit安装及使用
    sharepoint 2010 获取用户信息Us
    mysql主从同步延迟方案解决的学习
    生日旅行总结
    中小板生日快乐随感
    送生日快乐桑葚乳酪小蛋糕
    写给女儿的生日快乐
    sharepoint如何在工作流中添
    sharepoint审批状态等于已审
    SharePoint如何获取URL参数
    infopath里面用concat连接字
    MQ集群同步响应消息返回问题
    SharePoint的WebPart和Timer
     



    设为首页 | 加入收藏 | 网站地图 | 友情链接 |