Dan Sanders
  • Home
  • About
  • Contact
  • – PowerShell
  • – SharePoint
  • – Workflow
Copyright © 2016 Dan Sanders. All Rights Reserved.
Dan Sanders
  • Home
  • About
  • Contact
  • – PowerShell
  • – SharePoint
  • – Workflow

Enable Fly-Out for Quick Launch

byDan Sanders inSharePoint posted24 June, 2013
96
0

Display Fly-out menus by modifying the master page.

  1. Browse to the Master Page in SharePoint Designer.
  2. Locate the Quick Launch menu control. You can find the control in code view by searching on the following string:
  3. <SharePoint:AspMenu id="V4QuickLaunchMenu"
  4. Set the value of the StaticDisplayLevels attribute and the MaximumDynamicDisplayLevels attribute to 1, as follows.
    <SharePoint:AspMenu id="V4QuickLaunchMenu" runat="server" EnableViewState="false" DataSourceId="QuickLaunchSiteMap" UseSimpleRendering="true" UseSeparateCss="false" Orientation="Vertical" StaticDisplayLevels="1" MaximumDynamicDisplayLevels="1" SkipLinkText="" CssClass="s4-ql"/>

    By default, the StaticDisplayLevels attribute is set to 2.
    This means that when the page is rendered, the Quick Launch area of the left navigation bar has two menu levels: a series of headings and, below each heading, a set of child links. Changing the value to 1 means that only headings are shown. The default value of the MaximumDynamicDisplayLevels attribute is 0. This disables flyout menus. Setting the value to 1 means that the first menu level below the last level on the static menu appears in a fly-out menu. In this case, flyoutmenus appear for the first level below the headings.

  5. You will need to update your site CSS to display the fly-out menu nicely, but before you do Check out this post.
DesignHow-ToSharePointSharePoint 2010
Share this :

Related Posts

0
28 April, 2016
Disable Loopback check – UPA Picture Sync Error

Display Fly-out menus by modifying the master page. Browse to the Master Page in SharePoint...

73 Comments
2
SharePoint Foundation 2013 Shopping Cart
30 August, 2016
SharePoint Foundation 2013 Shopping Cart

Display Fly-out menus by modifying the master page. Browse to the Master Page in SharePoint...

1 Comment
0
Adding a column to a Content Type (CT) at a library level with PowerShell.
10 February, 2016
Adding a column to a Content Type (CT) at a library level with PowerShell.

Display Fly-out menus by modifying the master page. Browse to the Master Page in SharePoint...

67 Comments
0
Showcase: SharePoint 2013 Global Reusable Workflow using REST
14 March, 2016
Showcase: SharePoint 2013 Global Reusable Workflow using REST

Display Fly-out menus by modifying the master page. Browse to the Master Page in SharePoint...

92 Comments
0
24 June, 2013
Customizing the Quick Launch

Display Fly-out menus by modifying the master page. Browse to the Master Page in SharePoint...

368 Comments
0
Quick Edit button grayed out
3 February, 2016
Quick Edit button grayed out

Display Fly-out menus by modifying the master page. Browse to the Master Page in SharePoint...

No comment
0
Creating a view for each Document Library in a Site Collection
3 February, 2016
Creating a view for each Document Library in a Site Collection

Display Fly-out menus by modifying the master page. Browse to the Master Page in SharePoint...

135 Comments
0
Remote PowerShell with SharePoint 2010 Kerberos
31 July, 2013
Remote PowerShell with SharePoint 2010 Kerberos

Display Fly-out menus by modifying the master page. Browse to the Master Page in SharePoint...

224 Comments
0
SharePoint Foundation 2013 Help-desk System
30 August, 2016
SharePoint Foundation 2013 Help-desk System

Display Fly-out menus by modifying the master page. Browse to the Master Page in SharePoint...

No comment
0
Associate your 2013 workflow to every library/list through PowerShell
29 February, 2016
Associate your 2013 workflow to every library/list through PowerShell

Display Fly-out menus by modifying the master page. Browse to the Master Page in SharePoint...

No comment

Leave a Comment! Cancel reply

You must be logged in to post a comment.

Recent Posts

  • SharePoint Add-in 401 Unauthorized
  • Content Database and Site Collection Report
  • SharePoint helpful hidden URLs

Tags

Config (1) Content Types (2) Design (3) Document Libraries (7) Document Sets (1) How-To (1) Lists (4) Office365 (1) PnP (1) PowerShell (12) Quick Edit (2) REST (1) SharePoint (11) SharePoint 2010 (11) SharePoint 2013 (14) SharePoint Foundation (2) SharePoint Online (1) SP2010 Workflow (2) SP2013 Workflow (3) Systems (2) User Profile Service (1) Views (5) Windows Server (1) Workflow (2)

Archives

  • November 2020
  • December 2018
  • September 2018
  • July 2018
  • September 2017
  • August 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • September 2013
  • July 2013
  • June 2013