Hide Navigational Bar Entries

Hi friends,
Is it possible to hide 'Navigational bar entries' depending upon the pages in the application.
Since navigational bar entries is coming for all the pages. i want to hide it for two pages in my application.
how i can achieve it.
Thanks
Regards,
Mini.

hi ,
go to navigational bar entry definition
Solution 1 :-
use condition type
Current Page is Contained within expression1(comma delimited list of pages)
In expression 1
give the page number on which you want that navigational bar entry eg(1,2,3...)
or
Solution 2:-
use Condition Type
Current Page is NOT in Expression1(comma delimited list of pages)
In expression1
give the page number on which you dont want that navigational bar entry eg(1,2,3...)
Either you can use solution 1 or solution 2 ..which you like
i hope this will help you
thanks,
jitu

Similar Messages

  • How to remove Navigation Bar entry

    Hi,
    Is it possible to remove navigation bar entry 'Welcome: USERNAME'?
    Can any one help with this please?
    Kind Regards
    Rana
    Edited by: Rana007 on Sep 29, 2011 5:51 PM

    Rana,
    Check out the Body of you standard page template. Make a copy of this code prior to experimentation !
    Within the Body you may see something like this:
    <div id="header">
      <div id="logo"><a href="#HOME_LINK#">#LOGO##REGION_POSITION_06#</a></div>
      #REGION_POSITION_07#
      <div id="navbar">
        #NAVIGATION_BAR#
        <div class="app-user">#WELCOME_USER#</div>
        #REGION_POSITION_08#
      </div>
    </div>Removing the line with <div class="app-user">#WELCOME_USER#</div> should do it.
    Jeff

  • Publish Navigation Bar Entries - page navigation issue

    I have created Navigation Bar entries in a master application and have created them in a secondary application using 'Copy and Subscribe'.
    I changed my entries in the master application and I wanted to republish them.
    Breadcrumb region is currently: Shared Components>Navigation Bar Entries>Edit
    Click on 'Publish NavBar' button and page navigates to "Confirm Publish Navigation Bar", breadcrumb changes to: Shared Components>Templates>Confirm Publish Template
    Click on 'Refresh All'.
    Page now navigates to the "Templates" page. Breadcrumb is Shared Components>Templates.
    I now have to navigate back to the Navigation Bar Entries section to publish my next entry.
    Regards,
    Jon

    Fateh,
    My Navigation Bar Entry has:
    <a href="#LINK#" class="t13NavLink">#TEXT#
    <img src="#IMAGE#" height="#HEIGHT#" width="#WIDTH#" title="#ALT#" />
    </a>My navigation bar has:
    #WORKSPACE_IMAGES#logout.pngJeff

  • How to create a navigation bar entry with onclick event

    I have requirement of creating navigation bar entry with a an "on click" event. When a user clicking time a location list should open. I didn't understand how to do it on NAVIGATIONBAR_ENTRY.
    Also Navigation Bar Entry IMage is not displaying.
    Regards
    Edited by: satheeshkumars on Oct 25, 2010 7:52 PM

    Do you specifically need to use the onclick event, or do you jts want to run Javascript from the navbar entry? If the latter then you can use the URL method and set the URL to:
    javascript:myfunction()
    If it must be an onclick event then I think you would need to attach it dynamically in Javascript (using jQuery if available) to locate the link somehow (it's not easy to give it a unique ID unfortunately).
    Edited by: Tony Andrews on Oct 26, 2010 10:35 AM

  • Navigation bar entries on breadcrumb line

    Is it possible to place the navigational bar entries (without icons) on the breadcrumb line on the far right hand side?
    I assume that I need to modify the body of my page template seen below but no matter what I try I still get placeholders for the icons:
    <div class="t3logo">#LOGO#</div>
    <div class="t3NavBar" style="float:right;"><table>#NAVIGATION_BAR#</table></div>
    <br style="clear:both;"/>
    <table summary="" cellpadding="0" border="0" cellspacing="0" width="100%">
    <tr>
    <td class="t3TabHolder" style="text-align:right;" align="right"><table summary="" cellpadding="0" cellspacing="0" border="0" align="right"><tr>#TAB_CELLS#</tr></table></td>
    </tr>
    </table>
    <div>
    <div class="t3TabForegroundColor"><img src="#IMAGE_PREFIX#f_spacer.gif" width="1" height="3" alt="" /></div>
    <div class="t3RegionPosition1">#REGION_POSITION_01#</div>
    <table width="100%" summary="" height="70%">
    <tr>
    <td class="t3PageBody"><div class="t3Messages" align="center">#GLOBAL_NOTIFICATION##NOTIFICATION_MESSAGE# #SUCCESS_MESSAGE#</div>#BOX_BODY##REGION_POSITION_02##REGION_POSITION_04##REGION_POSITION_05#
    #REGION_POSITION_06##REGION_POSITION_07##REGION_POSITION_08#</td>
    <td align="right" valign="top"><img src="#IMAGE_PREFIX#f_spacer.gif" width="15" height="3" alt="" /></td>
    <td align="right" valign="top">#REGION_POSITION_03#</td>
    </tr>
    </table>

    I found a work-around. Please disregard.

  • Navigation Bar Entry Subtemplate Definition

    Is there a substitution string that represents the link for an Navigation Bar Entry?
    I want to control the display of the entries in the navigation bar. The Navigation Bar SubTemplate Definition and #BAR_BODY# substitution string allow you to control the display of the bar as a whole.
    Entries in the Navigation Bar Entry Subtemplate Definition display correctly for each entry in the Navigation Bar, but unless you can also include the link itself, it is all rather pointless!
    Thanks
    Roger

    Scott
    I want to change the spacing between the navigation bar entries so that instead of looking like:
    Print Logout NavHere NavThere
    they look like (for example):
    Print - Logout - Navhere - Navthere
    I thought I would be able to do this by editing the Page Template. The Page Template definition page contains Subtemplates for Navigation Bar and Navigation Bar entry. Making changes to the Navigation Bar Subtemplate controls the whole bar and would allow, for example:
    < Print Logout Navhere Navthere >
    by setting the Subtemplate to
    < #BAR_BODY# >
    I thought I would be able to achieve what I want by changing the Navigation Bar Entry Subtemplate definition to, for example:
    #BAR_LINK# -
    Unfortunately, I don't know what the correct substitution string is to include the actual link entry in the template. It's not #BAR_LINK#, which I made up.
    If this isn't the purpose of the Navigation Bar Entry Subtemplate definition, what is it for?
    Don't worry about the actual formatting of the link, I just want to know how to wrap some standard HTML around each entry in the Navigation Bar.
    Thanks
    Roger

  • Providing locale specific URL for navigation bar entry

    Hi,
    I am using APEX 3.0 on 10gR2 and 9.0.4 app server... I have successfully translated my application, with the exception of navigation bar entry URLs...
    The XLIFF export does not contain entries for the navbar entry URLs, only the labels. I have locale specific URLs for navbar entries (ie french URL, english URL)
    I can't seem to find any information on how to accomplish this... other than removing the navbar, and hard-coding them in the page template...
    Thanks for the help!

    Hi,
    as a workaround. The export will probably never work, because a URL isn't normally considered as language dependent.
    Have you already tried to write the different URLs into application items (which you initialize during login of the user) and reference them in the URL with &YOUR_APPLICATION_ITEM.Patrick
    My APEX Blog: http://inside-apex.blogspot.com
    The ApexLib Framework: http://apexlib.sourceforge.net
    The APEX Builder Plugin: http://sourceforge.net/projects/apexplugin/

  • Navigation Bar Entry - automatic change target type

    Hi,
    A recent post (print friendly remembered me of something strange with the Navigation Bar Entry.
    When I create an entry with Target type URL, and I put an URL pointing to my application (ex.: f?p=&APP_ID.:&APP_PAGE_ID.:&SESSION.::::::YES), it is automatically transformed to Target type Page in this Application.
    Why is this happening?
    Thx,
    Louis-Guillaume
    Homepage : http://www.insum.ca
    Blog : http://insum-apex.blogspot.com

    If you provide a URL that is an "f?p" URL to the current application then the edit page simply decomposes it to format it as "Page in this Application". But whether the URL meets that criteria or not, the actual data stored in the application definition for any URL target is the URL provided.
    Scott

  • CRM 5.0 Navigation bar entry that navigates to a custom BSP

    Hello all,
    I'm currently trying to add an entry in the navigation bar that redirects the webclient to a custom BSP.
    I changed the navigation profile and added an entry that should point to a 'Navigational Link' ('Type of navigation'). When I use the input help it asks me a profile (IC profile, not navbar profile) so I select my Z profile, in the next screen an input help with all possible navigational links are shown but my navigational link is not showing...
    What I've done so far:
       - I created a viewset containing one view, added the viewset definition to CRM_IC_ALL_Viewsets.xml which is in my Z_CRM_IC_DT_REP bsp application. Below you can find the file:
    <ViewSet id="CONTACT/CustomFactSheet">
         <ViewArea id="main" views="CONTACT/myFactSheet"/>
    </ViewSet>
       - I created the navigational links, it could be I made a mistake here, here is the file :
    <NavigationalLink name="showFactSheet">
    <Source viewRef="VehIDetail" outboundPlugRef="default"/>
    <Targets>
    <Target viewRef="CONTACT/myFactSheet" inboundPlugRef="inboundPlug"/>
    </Targets>
    </NavigationalLink>
    -  In my /CONTACT/CRM_IC bsp application I have two controllers:
       myFactSheet: controller for the view myFactSheet
       CustomFactSheet: controller for the viewset CustomFactSheet
    I'm developing in a customer namespace /CONTACT/, not in the default Z namespace.
    I created both the viewset and the view through the IC workbench wizards.
    I cannot add this navigational link to my navigation bar profile. When I type the navigational link 'showFactSheet' in the navigation bar profile item (without using F4) and I launch the interaction center, click on the newly added link, nothing happens... (No error messages or dumps however) Everything else works, I have tons of other navigational links that work fine so it's really the definition of this particular item, all the rest of the configuration is done and is working.
    Anyone an idea??
    Thanks in advance!
    Kind regards,
    Joost

    Look at this thread to get more inforamtion on creating Controller Class in Customer namespace..
    IC Webclient - New context node in customer namespace
    Thanks,
    Thirumala.

  • Hide navigation bar

    Is there any way to disable or hide the navigation bar? I tried the build.prop method and gmd app from the play store that ended up giving a recurring "notification center has stopped working" message

    Hi Folobo, I'm Aztamaca and I'm not a proffesional and expert with DPS, but I tell you my experience. I can only publish Single Edition apps and sometimes I have the same problem like you.
    Bob Bringhurst answered some important: "If the viewer finds any of these elements, it shouldn't display the navigation bars (HUD)."
    I usually forcing the indesign document to make the fund an event. I do that the background image is a button and tell him to go to the same page where this user.
    Could you share your experience too if you learn how jump the difficults publishing with Single Edition by other way? I hope that Adobe doesn't cut our 'tips'...
    A lot of thanks...

  • How to hide Navigation bar

    In photo application on iPhone, if you click an image and wait a few seconds.
    The navigation bar above will disappear and give you the full screen view.
    How could I implement this in SDK?
    I saw UINavigatioinbar is a private class inside UIViewController.
    How can I set its view.hidden to YES?
    Thanks

    Any view can be animated. Use alpha value to fade in and out. See docs for animation examples.

  • Hide Navigation Bar .change() event

    Hi,
    in a comp I create a drop down element with this line (sample)
    sym.$('selector').html(   'Default Element
    Element 1
    Element 2' ); 
    Then
    sym.$('selector').change(function () {Do something please;} 
    The Do something works perfectly well. The only issue I have is the DPS Navigation bar appears each time the DropDown is clicked.
    This is not interact with the function, but regarding User Experience, the navigation bar is really noisy.
    In another topic, Bob Bringhurst mention
    "After the HTML content gets loaded, the viewer checks elements with onclick, ontouchstart, etc. handlers. If the viewer finds any of these elements, it shouldn't display the navigation bars (HUD)"
    In my case, my HTML drop down got this on click event, but Navgation bar still appear.
    Is anyone as a fix for that?
    Thanks,
    Benoit

    Hi Folobo, I'm Aztamaca and I'm not a proffesional and expert with DPS, but I tell you my experience. I can only publish Single Edition apps and sometimes I have the same problem like you.
    Bob Bringhurst answered some important: "If the viewer finds any of these elements, it shouldn't display the navigation bars (HUD)."
    I usually forcing the indesign document to make the fund an event. I do that the background image is a button and tell him to go to the same page where this user.
    Could you share your experience too if you learn how jump the difficults publishing with Single Edition by other way? I hope that Adobe doesn't cut our 'tips'...
    A lot of thanks...

  • How to have a PopUp window  on a Navigation Bar Entry

    Hi All,
    I want one solution,I want to add a popup window in a navigation bar,I am using apex 3.0.1. Can anybobody please help me with this.
    Thanks

    Hello,
    Try:
    javascript:window.open('http://www.oracle.com','_blank','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,width=630,height=450');
    Or even better : create you own function for opening an new window and setting the properties.
    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    http://www.bloggingaboutoracle.org/
    http://www.logica.com/

  • Show only some toolbars and hide navigation bar

    I am displaying certificates in a window, but so the image is as big as possible I'd like to get rid of the navigation bar on the left, and just show the file and select & zoom toolbars. I can turn all the tool bars off but I'm not sure how to select just some toolbars.

    You would need to write a Reader plug-in in C/C++, have that plug-in approved by Adobe for Reader integration, and then the plug-in could remove specific toolbars on load. Other than that, if you're using Reader via IAC, it's all or nothing.

  • Show/hide navigation bar by programming (ADF Mobile)

    As normal It need to pre-setting at admf-application.xml to hide or show.
    but I want to control it with programming, Is possible to control that ?

    Found method, just using
    AdfmfContainerUtilities.showNavigationBar();
    AdfmfContainerUtilities.hideNavigationBar();

Maybe you are looking for

  • Can i open Photoshop Elements using Lightroom

    Hi I am using Lightroom 3 In the Menu Photo/Edit In can I set it to open in Elements 10 And will it function as it does with Photoshop CS5. Ie open edit then save back as another version. Thanks

  • SJSAS 9 fails to deploy application

    Hi, This forum isn't very relevant to my problem, but it's the most relevant one I could find. I'm trying to deploy an enterprise application packaged in an .ear file which contains an EJB jar and a web war file. It gives the error pasted below while

  • IMac randomly goes to sleep / Previous Sleep Cause: -100

    iMac (24 inch Early 2009, 2.93 GHz Core 2 Duo, Lion 10.7.3) randomly goes sleep. No hot corners, never sleep setting. It seems it goes to sleep more often when CPU is busy and graphic intensive jobs running (videos, gaming). I cleaned up air ways by

  • E71 wifi connection works in browser, but not with...

    I need help badly. On my Nokia E71 I can easily connect to a wireless network and browse the web from the browser. But when I try to read my Gmail from the mail client on the phone I get an error message "Unable to connect to e-mail server". The sett

  • XMB_MONI which is the PI log says: INTERNAL" HTTP_RESP_STATUS_CODE_NOT_OK

    Bom dia! Hoje é nosso primeiro dia e estamos com problema de comunicação com a SEFAZ SP. Alguém já passou por isso? Grata,Fabiana