HTML5 and Code Navigator

Is it correct that, with HTML5 documents, the Code Navigator doesn't show the information inside the HTML5 elements like section, aside, nav etc? Also the Tag Selector doesn't show these tags. I do have the HTML5 pack installed.

Just concluded that I have to reinstall my CS5 because Dreamweaver seems too instable. I just went back to CS4 and there the tags are visible in Tag Selector and in Code Navigator. Without the HTML5 plugin.

Similar Messages

  • Why is Code Navigator disabled (and undocumented)?

    Hi all.
    I was editing some PHP that had a lot of functions in it.  I went to activate Code Navigator, but it was disabled in the View menu.  Anyone know why?
    I searched the help and got zero results for "code navigator", which is pretty lame.
    Thanks for any insight.

    Thank you.  It does help explain what Code Navigator does do.  I notice that's from the CS4 documentation.  Hopefully the CS5 doc will be complete by the time CS6 comes out.
    So from this I gather that there's no way to see a list of functions in the current file and jump between them.  That's not an acceptable omission for a development tool.
    Looks like it's back to Coda or Espresso.

  • Print, Export and Page Navigation Buttons in the Report

    When I view a report through CR4E, the generated report has 3 buttons namely Print, Export and Page Navigation buttons. But when I click on either of the buttons I get a 'null pointer exception'. This is a critical error as I am unable to navigate past the first page. Do I have to add code to these buttons? If not, why am I getting an error? Kindly solve my problem as soon as possible.

    <p>Looking at your code it appears that you are storing the ReportSource in session prior to passing in the ResultSet. This will create a problem when a postback is made on  the viewer page (which all of the viewer actions do). If you look at the sample code which is generated when you use the JSP Page Wizard you will notice that the ResultSet is passed to the ReportClientDocument object prior to it being stored in session. Then, when the page is called again this object is retrieved and the ReportSource is used by the viewer. You can quickly run the test using one of our sample reports to see what I am talking about. The code below was generated using the Consolidated Balance Sheet.rpt and did not experience any problems doing any of the viewer actions.</p><%@page import="com.businessobjects.samples.JRCHelperSample,<br />com.crystaldecisions.report.web.viewer.CrystalReportViewer,<br />com.crystaldecisions.reports.sdk.ReportClientDocument,<br />com.crystaldecisions.sdk.occa.report.application.OpenReportOptions,<br />com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase,<br />com.crystaldecisions.sdk.occa.report.reportsource.IReportSource,<br />java.sql.Connection,<br />java.sql.DriverManager,<br />java.sql.ResultSet,<br />java.sql.SQLException,<br />java.sql.Statement"%><%<br /><br /><br />    try {<br /><br />        String reportName = "Sample Reports/Consolidated Balance Sheet.rpt";<br />        ReportClientDocument clientDoc = (ReportClientDocument) session.getAttribute(reportName);<br /><br />        if (clientDoc == null) {<br /><br />            clientDoc = new ReportClientDocument();<br />            <br />            // Open report<br />            clientDoc.open(reportName, OpenReportOptions._openAsReadOnly);<br /><br />  <br />            {<br />                // **** POPULATE MAIN REPORT ****<br />                {<br />                     // Connection Info for fetching the resultSet<br />                    String connectStr = "jdbc:derby:classpath:/Xtreme";<br />                    String driverName = "org.apache.derby.jdbc.EmbeddedDriver";<br />                    String userName = "dbuser";        // TODO: Fill in database user<br />                    String password = "dbpassword";    // TODO: Fill in valid password<br /><br />                    String query = "SELECT CUSTOMER_NAME FROM APP.CUSTOMER WHERE COUNTRY = &#39;Australia&#39;";<br /><br />                    <br />                    String tableAlias = "FINANCIALS";        // TODO: Change to correct table alias<br /><br />                     <br />                    JRCHelperSample.passResultSet(clientDoc, fetchResultSet(driverName, connectStr, userName, password, query),<br />                        tableAlias, "");<br />                }<br /><br /><br />            }<br />        <br />            // Store the report document in session<br />            session.setAttribute(reportName, clientDoc);<br /><br />        }<br /><br /><br />            {<br />                // Create the CrystalReportViewer object<br />                CrystalReportViewer crystalReportPageViewer = new CrystalReportViewer();<br /><br />                //    set the reportsource property of the viewer<br />                IReportSource reportSource = clientDoc.getReportSource();                <br />                crystalReportPageViewer.setReportSource(reportSource);<br /><br />                // set viewer attributes<br />                crystalReportPageViewer.setOwnPage(true);<br />                crystalReportPageViewer.setOwnForm(true);<br /><br />                // Process the report<br />                crystalReportPageViewer.processHttpRequest(request, response, application, null); <br /><br />            }<br />            <br /><br />    } catch (ReportSDKExceptionBase e) {<br />        out.println(e);<br />    } <br />    <br />%><%!<br />// Simple utility function for obtaining result sets that will be pushed into the report.  <br />// This is just standard querying of a Java result set and does NOT involve any <br />// Crystal JRC SDK functions. <br /><br />    private static ResultSet fetchResultSet(String driverName,<br />            String connectStr, String userName, String password, String query) throws SQLException, ClassNotFoundException {<br /><br />        //Load JDBC driver for the database that will be queried    <br />        Class.forName(driverName);<br /><br />        Connection connection = DriverManager.getConnection(connectStr, userName, password);<br />        Statement statement = connection.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY);<br /><br />        //Execute query and return result sets<br />        return statement.executeQuery(query);<br /><br />}%><p>Try using the code generated from the wizard to see if it works for you as well. </p><p>Regards,<br />Sean Johnson (CR4E Product Manager) </p>

  • How to install html5 and css3 in my DW cs6 i cant download updates from adobe :/

    how to install html5 and css3 in my DW cs6 i cant download updates from adobe :/

    What do you mean you can't write HTML5 code?  Are you working within an HTML5 doc type?
    To make HTML5 your default doc type, go to Edit > Preferences > New Document.  Click on screenshots below.
    To create a new page, go to File > New > Blank page > HTML.  Select none from the 3rd column.  Select HTML5 doc type.  Hit Create button.
    Nancy O.

  • Problem with PHP, CSS & Code Navigator in CS4

    Hi,
    I've got al little problem with code navigator. To show the problem, I created this 3 files:
    test1.html
    The CSS-Definition is defined static, with simple HTML.
    <html>
    <head>
         <style type="text/css">
              @import "test.css";
         </style>
    </head>
    <body>
          <p>Hello World</p>
    </body>
    </html>
    test2.php
    The CSS-Definition is defined dynamic, with PHP-Code.
    <html>
    <head>
         <style type="text/css">
              <? echo "@import \"test.css\";\n"; ?>
         </style>
    </head>
    <body>
          <p>Hello World</p>
    </body>
    </html>   
    test.css
    The CSS-File which is imported in test1.html and test2.php
    p {
         font-size:20px;
    The Problem in Dreamweaver CS4
    When opening the test.html - File in Dreamweaver CS4, I can easily see the CSS-Definition of the <p>-Tag in Code Navigator. To edit these definition I can simple open the test.css by clicking on the definition in Code navigator. For a complex webpage this is a greate feature. Sadly, this does not work, when I open the test2.php. Although when going to Live View and selecting the <p>-Tag I can see the CSS-Definition and the file in which it is defined in Code Navigator. But by clicking on the definition the test.css DOES NOT OPEN!
    Has anybody a solution? Because many of our projects have dynamic CSS-Definitions, it would be a shame, if this would not work.
    Tanks for help! :-)

    I've done some testing, which might point you in the direction of an interim solution.
    This is the code for related_files.php:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Related files test</title>
    <?php include('include.css'); ?>
    </head>
    <body>
    <p>This is a paragraph.</p>
    </body>
    </html>
    This is the code for include.css:
    <style type="text/css">
    p {
         font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
         color:#F00;
    </style>
    Note that the include file contains the opening and closing style tags.
    By including your styles like this in a PHP include file, Dreamweaver applies the CSS in Design view (you don't need to turn on Live View). Holding down the Alt key while clicking in Design view brings up the Code Navigator with all the details of the CSS. The one missing link in the chain is that clicking the style selector in the Code Navigator does not open the CSS file. However...
    The file that contains the CSS is listed in the Related Files toolbar, so you can edit it in Split view, and see the results in Design view in exactly the same way as with an HTML page and ordinary style sheet.
    As I say, not the full solution that you wanted, but it might be something worth experimenting with.

  • WebDynpro ABAP and Portal Navigation

    Hi,
    I have two Webdynpro applications as an IView linked in the portal, now I want to navigate between the applications.
    I know, that I can trigger a protal event by:
    method ONACTIONFIRE_PORTAL_EVENT .
    data: L_API_COMPONENT  type ref to IF_WD_COMPONENT,
            L_PORTAL_MANAGER type ref to IF_WD_PORTAL_INTEGRATION.
      L_API_COMPONENT = WD_COMP_CONTROLLER->WD_GET_API( ).
      L_PORTAL_MANAGER = L_API_COMPONENT->GET_PORTAL_MANAGER( ).
      L_PORTAL_MANAGER->FIRE(
            PORTAL_EVENT_NAMESPACE = 'my_namespace_for_Web_Dynpro_documentation'
            PORTAL_EVENT_NAME      = 'showCustomer'
            PORTAL_EVENT_PARAMETER = CUSTOM_ID ).
    endmethod.
    And catch the event by
    method WDDOINIT .
    data: L_API_COMPONENT type ref to IF_WD_COMPONENT,
    L_PORTAL_MANAGER type ref to IF_WD_PORTAL_INTEGRATION,
    VIEW type ref to IF_WD_VIEW_CONTROLLER.
    L_API_COMPONENT = WD_COMP_CONTROLLER->WD_GET_API( ).
    L_PORTAL_MANAGER = L_API_COMPONENT->GET_PORTAL_MANAGER( ).
    VIEW ?= WD_THIS->WD_GET_API( ).
    L_PORTAL_MANAGER->SUBSCRIBE_EVENT(
    PORTAL_EVENT_NAMESPACE =
    'my_namespace_for_Web_Dynpro_documentation'
    PORTAL_EVENT_NAME = 'showCustomer'
    VIEW = VIEW
    ACTION = 'RECIEVE_CUSTOMER_ID' ).
    endmethod.
    But in which WDDOINIT  I had to implement the code?
    Best regards,
    Marcus

    Marcus Schug ,
    I need some help from you pls..
    I have same requirement now.. I have two webdynpros navigating between each other, in portal and both navigations are in same TAB.
    I am not able to figure out how i can do this.. meaning.. on one action of WD1 i need to call WD2, and on CANCEL button of WD2, i need to go back to WD1.
    pleaseeee could u pls share that u did with me..
    I will be so happy if u cuold pls help me out.. i am not at all able to sovle this.
    pls Marcus Schug ,
    kindly take some time and reply... to my id: its mmate4u at g mail.
    thanks and appreciate it.
    Niraja

  • Code Navigator Issue.

    Hi - I have just installed DW and pasted some web page source code into the main window. The problem is whenever I click any where in the code window I get the code navigator popping up. I tried disabling it as mentioned in the help topic by clicking the check box but nothing works. The only way I can get rid of it is by pressing the 'Esc' Key, which is very annoying as it appears every time I click the cursor somewhere blocking my whole view. Is it necessary to restart your MAC after installing Adobe Collection, because I went onto install other third party apps, could that be the reason why this is happening. When I called technical support they advised me that it was not neccessary and have since spent a number of days installing the rest of my apps. Could someone please advise me - thanks, Adam

    I haven't come across this problem. However, it sounds as though the preference isn't being saved. You can edit the preferences manually. Close Dreamweaver, and open /Users/your_username/Library/Preferences/Adobe Dreamweaver CS5 Prefs in a text editor.
    Locate the following line in the [GENERAL PREFERENCES] section:
    show code navigator popup=TRUE
    Change it to this:
    show code navigator popup=FALSE
    Save the file. The next time you start Dreamweaver, the Code Navigator should remain hidden.

  • How to hide code navigator icon in code view? DW CS5

    Hey all,
    Is there an easy way to turn the code navigator icon off in code view?  It likes to pop up at the most inconvenient times and hides parts of my code from me.  Do I have to disable 'all' tool tips?  Please help.  Thanks.

    I turn it off until I need it.
    http://forums.adobe.com/message/2829663#2829663
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • CS5.5 Split screen/code navigator crash with mac OS 10.10.1

    I am using CS5.5 on my macbook pro.  Since I've installed 10.10.1, when I try to open code navigator or change to split screen, I get the spinning wheel and need to force quit DW.  Is anyone else having this problem?   Is there a fix for this?  It worked great before OS10.10....thanx in advance.

    More information:
    I just noticed that I am only having this problem on one of my pages (index.html) in only one of my sites.  All other pages of this site have no problem when switching to split view.  Obviously, there is a code problem only on that page.  Still need help.

  • Code Navigator problems (CS6 on a Mac)

    When I click on an element (e.g. a paragraph of text), the Code Navigator opens a window displaying a list of selectors that apply to the element that I'm focussing on.
    When I then hover over one of the selectors, it should then show a list of the properties that apply to that selector (colour, font, margin etc). The hover doesn't work – simply nothing happens.
    Please can someone explain why this might be happening (or rather not happening!). I've checked the Preferences but couldn't see anything that I might have inadvertantly turned off. It's really frustrating!
    Thanks and best wishes
    Sarah

    You will have to check your volume licensing papers or contact sales support. We really can't know what you bought.
    Mylenium

  • [svn:fx-trunk] 10140: DropDownList mouseWheel and arrow navigation bug fixes

    Revision: 10140
    Author:   [email protected]
    Date:     2009-09-10 17:29:24 -0700 (Thu, 10 Sep 2009)
    Log Message:
    DropDownList mouseWheel and arrow navigation bug fixes
    http://bugs.adobe.com/jira/browse/SDK-22604 - awkward mouse wheel behavior on Spark DropDownList
    Added code to DropDownController to close the dropDown on a mouseWheel scroll unless the mouseWheel scrolling occurred over the dropDown and the dropDown handled the event. For example, if an opened dropDown had a Scroller and the user uses the mouseWheel scroller while over the dropDown, the list should scroll and the dropDown should remain open. But if the user scrolls outside of the dropDown, then the controller should close the dropDown.
    Also discovered that using the keyboard navigation keys was changing the dropDown selection and scrolling the DropDownList's parent container. The fix is to call event.preventDefault if we have handled the navigation key event. 
    QE notes: None
    Doc notes: None
    Bugs: SDK-22604
    Reviewer: Hans
    Tests run: DropDownList
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22604
        http://bugs.adobe.com/jira/browse/SDK-22604
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DropDownList.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/DropDownCont roller.as

  • Code navigator stuck on

    Hi all,
    I hope you can help. I'm on a Mac using CS5. Somehow my code navigator (the little popup that shows html, css, etc) thinks it's always on and I can't turn it off or get it back to normal funtion. Every time I click in a page I am editing a warning message comes up that says "There is no destination for Code Navigator to show for the selection". In code view, the code navigator button can not be selected. In Live Code view very time I click in the page, Code Navigator opens.
    How can I reset Code Navigator back to it's original function?
    Thanks in advance for your help

    Fixed guys!! Quick browse over to the specific support section of Adobe.com for Dreamweaver and a highlighted 'important' update is available 'especially applying to Mac OS X Users'. I've downloaded this, rebooted and there we have it!! All sorted, with no Code navigator stuck!! Based on previous reports in this thread though I'm just wondering how long it will last!
    If it does return back to this problem I'll definitely try out your method Piet, it seems to make sense actually as to why maybe it started in the first place - as as well as downloading a new update for OS X, I was fiddling about strangely enough with my accessibility settings (Universal Access) the other day to check VoiceOver on the Mac could correctly read my webpages in order to cater for the elderly! Maybe I accidentally changed a setting or triggered an awaiting bug?
    Thanks again,
    I'll report back if things go wrong again - but anyone having the same issue head on over to the support page http://www.adobe.com/support/dreamweaver/, and click the relevant link - you can't miss it.
    Andrew

  • Code Navigator "Stuck"

    When I open a document in Dreamweaver CS4,
    everything is pre-selected, as though the Code Navigator
    were stuck on the outermost div. This just started happening
    yesterday; before then everything was fine. I tried uninstalling
    and reinstalling to no avail.
    Ideas, please.
    My apologies if this has been addressed before: searching the
    forums throws an error message.

    Okay, actually, this is happening to just one document on one
    site, and so perhaps there's something in the code which I'm just
    not seeing, though I still don't understand what could be doing
    this. Code follows:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <title>Energy Engage Home</title>
    <link href="/styles/home.css" rel="stylesheet"
    type="text/css" />
    <link href="/styles/subhead.css" rel="stylesheet"
    type="text/css" />
    <!--[if IE 5]>
    <style type="text/css">
    /* place css box model fixes for IE 5* in this conditional
    comment */
    .twoColFixLtHdr #navbar { width: 230px; }
    </style>
    <![endif]--><!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional
    comment */
    .twoColFixLtHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout
    it needs to avoid several bugs */
    </style>
    <![endif]-->
    <script src="SpryAssets/SpryCollapsiblePanel.js"
    type="text/javascript"></script>
    <link href="SpryAssets/SpryCollapsiblePanel.css"
    rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="container">
    <div id="header">
    <div id="header_br"><!-- non-semantic div for
    rounded corner -->
    <div id="language_links">
    <a href="#">CSR Search</a> | <a
    href="#">Logout</a> | <a href="#">Contact
    Us</a> | <a href="#">Accessiblity Help</a>
    <!-- end #language_links div--></div>
    <img src="images/logo.gif" width="261" height="56"
    alt="ABC Energy" />
    <!-- end #header_br --></div>
    <!-- end #header --></div>
    <div id="subhead">
    <div id="subhead_left">
    <div id="date">Monday,<br />
    December 15, 2008
    <!-- end #date --></div>
    <div id="welcome">
    Welcome Joe Jones, Account #*****3456<br />
    Current Billing Period: November 21, 2008 - December 20,
    2008
    <!-- end #welcome --></div>
    <!-- end #subhead_left --></div>
    <div id="subhead_right">
    <div id="csr_greet">
    Welcome CSR John Smith
    <!-- end #csr_greet--></div>
    <div id="notices">
    5 new alerts<br />
    2 new notifications
    <!-- end #notices --></div>
    <!-- end #subhead_right --></div>
    <!-- end #subhead --></div>
    <div id="navbar">
    <div id="navbar_tl"> <!-- non-semantic div to allow
    for rounded corners -->
    <div id="navbar_tr"> <!-- non-semantic div to allow
    for rounded corners -->
    <div id="navbar_bl"> <!-- non-semantic div to allow
    for rounded corners -->
    <ul>
    <li><span
    class="here">Home</span></li>
    <li>My Energy
    <ul>
    <li>Cost</li>
    <li>Usage</li>
    <li>Carbon Emissions</li>
    </ul>
    </li>
    <li>My Meter</li>
    <li>My Appliances</li>
    <li>My Energy Sources</li>
    <li>Profile</li>
    <li>Subscriptions</li>
    <li>Special Offers</li>
    <li>Glossary</li>
    </ul>
    <img id="calltoaction" src="/images/button.gif" alt="Get
    Notifications and Alerts" width="145" height="25" />
    <img id="utilitybanner" src="images/navbar.gif"
    width="145" height="200" alt="Placeholder" />
    <!-- end #navbar_bl --></div>
    <!-- end #navbar_tr --></div>
    <!-- end #navbar_tl --></div>
    <!-- end #navbar --></div>
    <div id="mainContent">
    <div id="main_tl"> <!-- non-semantic div for
    rounded corners -->
    <div id="main_tr"> <!-- non-semantic div for
    rounded corners -->
    <div id="main_bl"> <!-- non-semantic div for
    rounded corners -->
    <h1> Home</h1>
    <div id="leftMain">
    <img src="images/home_upsell.gif" width="462"
    height="241" alt="Upsell" class="upsell" />
    <div id="CollapsiblePanel1"
    class="CollapsiblePanelLeft">
    <div class="CollapsiblePanelTab" tabindex="0">
    <h2>My Energy Cost</h2></div>
    <div class="CollapsiblePanelContent"><img
    src="images/energy_cost.gif" width="285" height="150" alt="My
    Energy Cost" /></div>
    </div>
    <!-- end #leftMain --></div>
    <div id="rightMain">
    <div id="CollapsiblePanel3" class="CollapsiblePanel">
    <div class="CollapsiblePanelTab" tabindex="0">
    <h2>Request a Meter Read</h2></div>
    <div class="CollapsiblePanelContent">
    <p>This is some content.</p>
    <p>And this is some more content.</p>
    </div>
    </div>
    <!-- end #rightMain --></div>
    <br class="clearfloat" />
    <!-- end #main_tl --></div>
    <!-- end #main_tr --></div>
    <!-- end #main_bl --></div>
    <!-- end #mainContent --></div>
    <!-- This clearing element should immediately follow the
    #mainContent div in order to force the #container div to contain
    all child floats --><br class="clearfloat" />
    <div id="footer">
    <div id="footer_tl"> <!-- non-semantic div to allow
    for rounded corners -->
    <div id="footer_tr"> <!-- non-semantic div to allow
    for rounded corners -->
    <div id="footer_bl"> <!-- non-semantic div to allow
    for rounded corners -->
    <p>&copy; 2008 ABC Utility, Inc.  All
    rights reserved.  Privacy
    Policy | Terms of Use</p>
    <!-- end #footer_bl --></div>
    <!-- end #footer_tr --></div>
    <!-- end #footer_tl --></div>
    <!-- end #footer --></div>
    <!-- end #container --></div>
    <script type="text/javascript">
    <!--
    var CollapsiblePanel1 = new
    Spry.Widget.CollapsiblePanel("CollapsiblePanel1");
    var CollapsiblePanel2 = new
    Spry.Widget.CollapsiblePanel("CollapsiblePanel2");
    var CollapsiblePanel3 = new
    Spry.Widget.CollapsiblePanel("CollapsiblePanel3");
    var CollapsiblePanel4 = new
    Spry.Widget.CollapsiblePanel("CollapsiblePanel4");
    var CollapsiblePanel5 = new
    Spry.Widget.CollapsiblePanel("CollapsiblePanel5");
    var CollapsiblePanel6 = new
    Spry.Widget.CollapsiblePanel("CollapsiblePanel6");
    var CollapsiblePanel7 = new
    Spry.Widget.CollapsiblePanel("CollapsiblePanel7");
    //-->
    </script>
    </body>
    </html>

  • Code Navigator makes Dreamweaver CS4 quit, every time.

    Every time I select the Code Navigator, Dreamweaver CS4 freezes for about 4 seconds, then quits unexpectedly. I've tried reinstalling my operating system (Mac OS X) as well as the program. It also happens on a brand new user. Any see this before? I can't find on any of the forums, or in google. Thanks!

    If Dreamweaver is behaving in an odd way, it frequently means you have a corrupt personal configuration folder. Close Dreamweaver, locate the personal configuration folder, and rename it. When you restart Dreamweaver, it should create a new configuration folder with all the program defaults. For details of how to find the configuration folder, see this page in the Dreamweaver FAQ.
    You may want to look at some of the other troubleshooting options as well.
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://twitter.com/nadiap
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/

  • Parent (Global) and Current (Navigation) on the Same Page

    Hello,
    I am using the managed metadata feature in a SharePoint 2013 publishing site.  I am trying to layout my navigation as shown in the diagram below.  I can not find a publishing master page that implements this parent child relationship.  My
    top navigation is use the markup:
    <PublishingNavigation:PortalSiteMapDataSource ID="topSiteMap" runat="server" EnableViewState="false" SiteMapProvider="GlobalNavigationSwitchableProvider" StartFromCurrentNode="false" StartingNodeOffset="0"
    ShowStartingNode="false" TrimNonCurrentTypes="Heading"/>
    <SharePoint:AspMenu ID="TopNavigationMenu" runat="server" EnableViewState="false" DataSourceID="topSiteMap" AccessKey="&lt;%$Resources:wss,navigation_accesskey%&gt;"
    UseSimpleRendering="true" UseSeparateCss="false" Orientation="Horizontal" StaticDisplayLevels="1" AdjustForShowStartingNode="true" MaximumDynamicDisplayLevels="1" SkipLinkText=""/>
    I have tried using the same markup, using a different StartingNodeOffset and SiteMapProviders, for the side menu with no success.
    Thanks,
    Bob

    Hi,
    According to your post, my understanding is that you wanted to create Parent (Global) and Current (Navigation) on the Same Page.
    You can make quicklaunch work contextually like structural nav quicklaunch using Managed Metadata navigation. Please refer to:
    Managed Metadata Navigation - How do you make quicklaunch work contextually like structural nav quicklaunch?
    In addition, you can used JQuery and CSS to achieve staticlevel left navigation in SharePoint 2013.
    Here is a similar thread for your reference:
    http://social.technet.microsoft.com/forums/sharepoint/en-US/54edc501-0594-49e3-86b2-40ecf72bc68e/show-2-level-hierarchy-in-managed-navigation-menucurrent-navigation-in-sharepoint-2013
    More information:
    Overview of managed navigation in SharePoint Server 2013
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

Maybe you are looking for