在editform.aspx页面中隐藏编辑选项卡以获取列表?

时间:2016-09-22 06:18:42

标签: sharepoint sharepoint-2013 sharepoint-online

根据客户要求,我们有自定义列表editform.aspx页面。默认情况下,当用户登陆该页面时,将展开编辑选项卡。我们不希望任何人在页面加载时看到功能区。我们不想隐藏s4-ribbonrow。目前我正在使用This article隐藏页面加载时的编辑标签。但这需要很多时间(5秒)。

还有其他方法可以实现这一目标并且仍然很快吗?请让我知道你对此的想法。

环境:SharePoint Online

感谢您的帮助!

1 个答案:

答案 0 :(得分:0)

尝试使用此css:

<style name="AppTheme" parent="Theme.AppCompat.Light">
    <!-- Customize your theme here. -->

</style>