Dynamic Side menu question!

Hi All
Can someone help me with a menu issue I have, basically the problem seems very simple. All I want to do is specify that when a specific 'Entry Point' item is selected the dynamic menu is closed when the page is viewed.
The reason for this is that on one of my linkes to a page I have a 'dashboard' set up which I want showing on its own without any detailed navagation!
Any help would be great
Thanks
Phil

Hello Phil,
Open  the page for which u want to hide the dynamic navigation bar,   there is a property named <b>Initial State of Navigation Panel</b>.
Just set it to <b>close</b>.
This will solve the problem.
Regards
Deb
[Rewards points for helpful answers]

Similar Messages

  • Dynamic List/Menu question

    Is it possible to add a default item at the top of static options area of a dynamic menu which does not perform any function when activated?
    I have a "Please choose an option" as my static option at the top of the menu. When the "Go" button is clicked when the "Please choose" is visible I would like this to do nothing and only show a results page when any of the active menu options are selected and "Go" clicked.

    Hello Phil,
    Open  the page for which u want to hide the dynamic navigation bar,   there is a property named <b>Initial State of Navigation Panel</b>.
    Just set it to <b>close</b>.
    This will solve the problem.
    Regards
    Deb
    [Rewards points for helpful answers]

  • Dynamic List/Menu with 2 columns

    I have created a Dynamic List/Menu box based on a recordset and showing me one field of that recordset ['Firmanaam'].
    <?php
    do { 
    ?>
                <option value="<?php echo $row_klantenselectie['Firmanaam']?>"><?php echo $row_klantenselectie['Firmanaam']?></option>
                <?php
    } while ($row_klantenselectie = mysql_fetch_assoc($klantenselectie));
      $rows = mysql_num_rows($klantenselectie);
      if($rows > 0) {
          mysql_data_seek($klantenselectie, 0);
       $row_klantenselectie = mysql_fetch_assoc($klantenselectie);
    ?>
    First question what is the difference between 'values" and 'labels' in the creation box of the Dynamic List/menu as only the field entered in the 'labels" is shown in the listbox ?
    Secondly I want to display two columns in the List box (one column with the client ID and one column with the clients name). How do I proceed ? Afterwards clicking on the selected client should send the client ID to another field in the form.
    Thank you for your replies.

    Moved to the Develop server-side applications in Dreamweaver forum, which deals with this sort of issue.
    First question:
    The Values field in the Dynamic List/menu dialog box populates the value attribute in the opening <option> tag. Because it's an HTML attribute, it's not displayed when the page is rendered in a browser. The Labels field puts the text that will be displayed in the drop-down menu between the opening and closing <option> tags.
    Put the value you want displayed in the Labels field, and the value you want sent to the server when the form is submitted in the Values field.
    Second question:
    Normally, you would put the ID in the Values field, and the name in the Labels field.
    Because the value attribute will contain the ID, it shouldn't normally be necessary to populate another field with the selected value because the ID will be sent to the server with the rest of the form data when the form is submitted.

  • Setting the Default Value for a dynamic select menu

    Hi I have a php page with 2 forms on it, one feeds the other to achieve a drill down (manufacturer > model). In the second select menu I have a default static value "Select Aircraft Model", I want to set a value for the first dynamic select menu to read "Select Aircraft Manufacturer". When I add a static value to my list it tells me I alreay have a dynamic behavior on this menu and to choose a different one. I have included the code for both menus. Thank you in advance, I know this must be a stupid question, but it's got me stumped.
    Tom
    //This is the menu I want to add the default static value to//
    <td width="667"><select name="airMake" style="width: 200px;"onchange="this.form.submit();" id="airMake">
            <?php
    do {
    ?>
            <option value="<?php echo $row_rsAirManufacturer['aircraft_manufacturer']?>"<?php if (!(strcmp($row_rsAirManufacturer['aircraft_manufacturer'], ((isset($_POST["airMake"]))?$_POST["airMake"]:"")))) {echo "selected=\"selected\"";} ?>><?php echo $row_rsAirManufacturer['aircraft_manufacturer']?></option>
            <?php
    } while ($row_rsAirManufacturer = mysql_fetch_assoc($rsAirManufacturer));
      $rows = mysql_num_rows($rsAirManufacturer);
      if($rows > 0) {
          mysql_data_seek($rsAirManufacturer, 0);
          $row_rsAirManufacturer = mysql_fetch_assoc($rsAirManufacturer);
    ?>
          </select>
          </td>
      </tr>
    </table></form>
        <form action="quoteResult.php" method="post" name="quoteForm">
          <table width="100%" border="0" cellpadding="5px">
            <tr>
              <td width="260"style="color: #000; text-align: right;">Aircraft Model:</td>
              <td colspan="2"><span id="spryselect2">
    //This is the menu that works correctly//
                <select name="airModel" style="width: 200px;" id="airModel">
                  <option value="" <?php if (!(strcmp("", ((isset($_POST["airMakeField"]))?$_POST["airMakeField"]:"")))) {echo "selected=\"selected\"";} ?>></option>
                  <?php
    do { 
    ?>
                  <option value="<?php echo $row_rsAirModel['aircraft_model']?>"<?php if (!(strcmp($row_rsAirModel['aircraft_model'], ((isset($_POST["airMakeField"]))?$_POST["airMakeField"]:"")))) {echo "selected=\"selected\"";} ?>><?php echo $row_rsAirModel['aircraft_model']?>Select Aircraft Model</option>
                  <?php
    } while ($row_rsAirModel = mysql_fetch_assoc($rsAirModel));
      $rows = mysql_num_rows($rsAirModel);
      if($rows > 0) {
          mysql_data_seek($rsAirModel, 0);
          $row_rsAirModel = mysql_fetch_assoc($rsAirModel);
    ?>
                  </select>

    Change this -
    <select name="airMake" style="width: 200px;"onchange="this.form.submit();" id="airMake">
    to this -
    <select name="airMake" style="width: 200px;"onchange="this.form.submit();" id="airMake">
    <option value="-1">Select Aircraft Manufacturer</option>
    Then if the value of 'airMake' is -1 you know that no choice was made.

  • FS00 u2026 Why there is 2 type of display, with / without side menu, left-side

    Hi Expert,
    First one with side menu on the left
    Second one does not have side menu.
    Question: How can I disable the side menu? 
    Side menu at the left is troublesome, as I cannot key in the GL directly, and always need to browse / search the GL.  Company code also cannot key in need to change from one to another.
    Url (screenshor): https://docs.google.com/document/d/1qvI8dT-QFgzdLaGaUDnZcRS0isTA4JediBgQPpijnn8/edit?hl=en
    Thanks in advance,
    sbmel

    Hi,
    In FS00, go to Settings> Hierachial Display from the top menu and select radio button, do not display navigation tree.
    Come out of the transaction and enter T-Code again and it is gone..
    Regards,
    SAPFICO

  • My side menu is missing icons... please help.. (THERE IS ALSO A VIDEO)

    When I click on Macintosh HD, in the vertical side bar, I see :
    Macintosh HD
    Network
    and that's it.
    I used to see..
    My Computer (dsp)
    Macintosh HD
    Network
    Applications
    Documents
    Music
    Pictures
    Movies
    Desktop
    alexvaldes
    The weird thing is that it only happens when i click on Macintosh HD. If I click on any other folder they all pop right up, and even if I click on Macintosh HD from within another folder it is there. It only happens when I initially click on Macintosh HD.
    I posted a short video on YouTube that shows this problem a little more if it helps..
    http://www.youtube.com/watch?v=Uun-5wLHEAk
    (Just uploaded it so it may or may not be already up, thanks for the patience)
    I guess it's not THAT big of a deal, but like everyone else I want my machine to work perfectly.
    Any ideas on how I can restore this?? I tried dragging and dropping the folders manually while in Macintosh HD and nothing.
    TIA for the help.
    Alex
    Message was edited by: avaldes
    Message was edited by: avaldes

    Nothing. It just reset my dock and took out all my other programs. I just put those files back and everything went back to normal. But either way, it didn't resolve the side menu issue.
    Anymore ideas??
    Thanks for the help!

  • How do I create a vertical side menu with its own styling separate from the horizontal bar above it?

    Hello.  I need assistance in styling my side menu.  I would like for it to  have a different style than the horizontal bar that is above it.  I would like that the side menu have a black background and with white text vertically aligned to the left.  But I would also like that the mouse's arrow to turn into a hand when it touches the letters instead of during the entire width of the background.  When I began styling the text, everything aligned fine until I added the links in html code.  When I added the <a> tag and created a link to another page, the text goes from the left to the center of the black box.  And the entire width is a link rather than just the words.  To correct this, I tried renaming the div tag containg the menu.  I tried renaming the ul tag.  And I tried renaming the li tag and changing the declarations.  None of these ideas worked.  I thought about changing the <a> tag in the head of the document, but that didn't change the styling either.  I also tried creating the black background by inserting a black box as a background image with the links over top of the image.  It didn't work.  I would appreciate your assistance.   I will supply the coding if anyone is interested in looking at it.  Thank you.
    Nora.

    I can post a link to the page.  But I will need to upload it.  It will take a day to show.  But after I wrote to you.  I began working with creating additional a:link styles.  I was able to create a shortened clickable area of one the words in the vertical menu.  Your advice reinforced what I have learned.  The following code shows that I started to make different styles of the a:link for each word on the vertical menu.  I think that this will work.  To indicate the different a:link style I used bold letters .  Thank you very much.
    html:
    <div class="side_menu_nav">
         <ul class="side_menu">
              <li class="side_menu"><a href="still image.html">STILL IMAGE</a></li>
              <li class="side_menu_video"> <a href="video.html">VIDEO</a></li>
              <li class="side_menu" ><a href="animation.html">ANIMATION</a></li>
              <li class="side_menu" ><a href="website.html">WEBSITE</a></li>
         </ul>
    </div>
    CSS:
    .side_menu_nav {
        margin-top: 100px;
        width: 190px;
        height: 230px;
        background-color: #F63;
        font-size: 18.5px;
        z-index: 5;
        font-family: Arial, Helvetica, sans-serif;   
    side_menu ul  {
        list-style-type: none;
        padding-left: 10px;
    side_menu li  {
        display: list-item;
    .side_menu a:link  {
        text-align: left;
        color: #FFF;
        background-color: #000;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        width: 190px;
        margin-top: 15px;
        margin-left: 15px;
        margin-right: 0px;
        text-decoration: none;
        width: 120px;
    .side_menu_video a:link  {
       text-align: left;
        color: #FFF;
        background-color: #000;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        width: 65px;
        margin-top: 15px;
        margin-left: 15px;
        margin-right: 0px;
        text-decoration: none;
    .side_menu a:visited  {
        color: #FFF;
        background-color: #000;
    .side_menu a:hover  {
        color: #CCC;
    .side_menu a:active   {
        color: #000;/*text*/

  • The side menu in iTunes is not showing up so therefore my ipad is not showing up.

    The left hand side menu is not showing in iTunes so therefore Ipad is not showing. What to do?

    You can also go to View>Show Sidebar in the iTunes menu at the top of the screen. The key command on a Mac is Option+Command+S.

  • Dynamic-side Box? Can't read source code with java

    Hi all,
    I am trying to read a source code of a web page with a java program. I can connect to the page and read a part of the source code without any problems however after a while when it comes to a part where mozilla and opera identifies as "dynamic-side box" my java program fails to read the source code and stops reading the rest of the page.
    Here is the part of the output I get from mozilla:
    <body id="city">
              <script type="text/javascript" src="/js/wz_tooltip.js"></script>
              <div id="container">
                   <div id="container2">
                        <div id="header">
                             <h1>Ikariam</h1>
                             <h2>Antik �a&#287;&#305; Ya&#351;a!</h2>
                        </div>
    <div id="breadcrumbs"><h3>Bulundu&#287;un nokta:</h3><a href="?view=worldmap_iso&islandX=78&islandY=80" title="D�nya haritas&#305;na d�n"><img src="skin/layout/icon-world.gif" alt="D�nya" /></a> > <a href="?view=island&id=2444" class="island" title="Adaya d�n">Sterios[78:80]</a> > <span class="city">ProPolis</span></div><!-- -------------------------------------------------------------------------------------
         ///////////////////////////// dynamic side-boxes. //////////////////////////////////
         //////////////////////////////////////////////////////////////////////////////////// -->
         <div id="information" class="dynamic">
              <h3 class="header">Info</h3>
              <div class="content">And here is the corresponding part in java console output:
    <div id="breadcrumbs">
        <h3>Bulundu&#287;un nokta:</h3>
         <span class="textLabel">Hata!</span>
    </div>
    <div id="information" class="dynamic"></div>
    <div id="mainview">
        <div class="buildingDescription">
            <h1>Hata!</h1>
        </div>
        <div class="contentBox01h">
            <h3 class="header"><span class="textLabel">Hata mesaj&#305;</span></h3>
            <div class="content">
                <ul class="h�bsch">
    <li><a href="http://ikariam.net"></a></li>            </ul>
            </div><!-- end #content -->
            <div class="footer"></div>
        </div><!-- end #contentbox -->
    </div><!-- end #mainview -->Is there a way to skip this dynamic-side boxes in java. Because I need to read an information that is located at the near end of the source code however since it stops when it hits to a dynamic-side box I can't.
    Thanks in advance, regards...

    Hi,
    That is what I was trying in deed! I was trying with a Scanner but I also tried with the link you have given. That also failed. Somehow java stops reading the source when it hits "dynamic-side box". However there has to be a way to skip this. If mozilla can do that, I know that java also can. I wonder how....
    Cheers...

  • The side menu that had the iCloud "download all" button in it is gone and I can't get it back?

    This is my first Mac. I have iTines 12. I signed in to iTunes and I was going to download each song that was in the cloud by individually clicking on it, but noticed in the side menu that there was an icloud button that could download all my stuff in the cloud at once. I went to click it and double click or something and the menu turned into it's own window. I didnt like it so I closed out both itunes iwndows, quit itunes and restarted it and the menu with the Icloud download all button has not returned. My brother swears I'm making it up, haha. Ive tried everything!

    Hey There daniellaaaaaa,
    First of all, congratulations on your new Mac!  Like most people, one of the first things you want to do is to get all of your music from your old computer into the new one.
    The article below explains how to do that.  My personal preference is the suggestion to back up your old iTunes library to an external drive first.  This is preferable to downloading only your iTunes Store purchases from iTunes in the Cloud.  
    I'll provide information for both scenarios below for you:
    How to move your iTunes library to a new computer - Apple Support
    https://support.apple.com/en-us/HT204318
    Download past purchases - Apple Support
    https://support.apple.com/en-us/HT201272
    Add music to iTunes - Apple Support
    https://support.apple.com/en-us/HT201169
    Here is a resource that will help you get started using the Finder application to find files and folders on your new Mac:
    Switch Basics: Moving from Windows Explorer to the Finder - Apple Support
    https://support.apple.com/en-us/HT201748
    I hope this information helps ....
    - Judy

  • Creating a PDF Portfolio with a side menu

    Hi!
    Is there an easy way to create a PDF portfolio with a side menu using Acrobat X?
    This was a feature in earlier versions.  I am trying to make a large portfolio, and it is hard to navigate without some kind of menu.
    Thanks,
    Gregory

    Take a look at the free 'CoolList' layout from Joel Geraci : http://blog.practicalpdf.com/portfolios/

  • Side menu in Samsung Galaxy S4

    Anyone know how I ended up with a side menu on the left side of my S4.
    There was  a small arrow in the middle of the screen on the left side. The menu had most used apps like Gallery etc.
    It might have been from an app I installed, don't know.
    Anyway I lost it and want to get it back
    Help appreciated.

    Long pressing the back button turns on or off the display of the multi-window menu.

  • Scroll bar of the side menu is missing.

    The scroll bar of the side menu of InDesign CS4 is missing. Even after rebooting. How do I find them? When editing files with many pages a real problem. Please help me!

    Follow these instructions
    http://forums.adobe.com/thread/526990

  • Connected servers not showing up in side menu

    I have had my connected Windows servers showing up in my side menu. I log in to them every day. Then one started not showing up, but was still on my desktop. So I dragged it over each day. Now both aren't showing up there. I have tried disconnecting and relogging in to try to reset them, but no luck. My finder preferences say they should be there, but they are not. Is there a way to get them back in the side bar permanently? Thanks.

    Thanks for the info on trashing the sidebars.plist file.
    I was getting a weird phantom server showing up. Called itself brn_86401b. No idea how or why it appeared but it started when I tried to get file sharing working with my three computers. Two Macs and a Toshiba PC.
    All work well but the brn guy decided to join in. I'm in the middle of of nowhere with no neighbours so no idea what happened . I tried to get rid of it but to no avail so decided to hit the forums for help.
    Trashed the plist file did the trick. Thanks.

  • Dynamic Component Creation Question

    I have a process that looks up fields names from a database. I then loop through and create HtmlInputText components dynamically. The question I have is how do I create a value binding to these components? I have been trying to think of a way to create a separate class that can be applied to each field name I retrieve from the database. But I just can't think of a good solution for this. I assume people have had to do this before.
    Thanks

    Let it bind to a List<String> or Map<String, String>. To get/set elements in a List you can use the brace notation, e.g. #{list[0]} for the 1st element (list.get(0)). For map you can use the key name as propertyname, e.g. #{map.key} for the entry associated with key "key" (map.get("key")).

Maybe you are looking for

  • Need Help: SAP User cannot Post on every Transaction

    Hi Experts, I have a problem on our QAS system, I have tried to post a lot of documents in transaction MIGO, in creating RFQ through ME41, in Posting Accounting Document in FB50. But all of them failed with the Express Document appearing at the end o

  • Include ZXRSAU01 doubt

    Hi It possible to call statment "Delete from ZTABLE" from the inside of Include ZXRSAU01? I need such statement: " when '2LIS_11_VAITM'.    DELETE from ZTABLE.    include ZXRSAU01_2LIS_11_VAITM." THX Adam

  • Oraccle installation error

    Hallo all am new to this forum and am sure ill get all the help i can get. Now i installed Oracle 10g on an application server running on red hat 9 enterprise edition and when i came to the actual installation of Oracle,the system tests returned the

  • Suggestions for "fixes" in next version?

    Hi there, I just got my iPhone 3G, I live in Germany but come from Bulgaria and when I type in bulgarian mobile numbers on my iPhone it divides the numbers wrong - it knows the OLD mobile number pattern which is: +359 XX XXXXXX, now the new numbers t

  • Out variable bnot working during Exception

    Hi I am having some problem with the Out varibale. Out variables are not working of there is an Exception inside the called Procedure. My Test Procedure ============== CREATE OR REPLACE PROCEDURE TEST( ERR_MSG IN OUT VARCHAR2) AS BEGIN ERR_MSG := 'Wh