如何在SharePoint 2013中隐藏或禁用文档上载中的“选择文件夹”选项? [英] How to hide or disable Choose folder option on document upload in SharePoint 2013 ?

查看:206
本文介绍了如何在SharePoint 2013中隐藏或禁用文档上载中的“选择文件夹”选项?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,



我正在使用SharePoint 2013.在此我上传了一个文档文件,但它要求选择一个文件夹。我们想要从Popup中隐藏/删除此Destination文件夹。有没有选择或想法这样做?



 

解决方案

您好Pawan,


您可以使用下面的CSS代码隐藏目标文件夹选择框。只需在SharePoint Designer中编辑网站的母版页,然后将以下代码添加到母版页。 

< style> 
#ctl00_PlaceHolderMain_ctl04
{
display:none!important;
}
< / style>

祝你好运,


Allen Bai


Hello,

I am using SharePoint 2013. In this I am uploading a document file but it asking choosing a folder. We want to hide/remove this Destination folder from the Popup. Is there any option or idea to do this ?

 

解决方案

Hi Pawan,

You can use the CSS code below for hiding the destination folder selection box. Just edit your site's master page in SharePoint Designer and add below code to your master page. 

<style>
#ctl00_PlaceHolderMain_ctl04
{
   display: none!important;
}
</style>

Best regards,

Allen Bai


这篇关于如何在SharePoint 2013中隐藏或禁用文档上载中的“选择文件夹”选项?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆