Navigation to specific tab within a page

I have an event set up to navigate to a certain page however this is not good enough for me. I want to navigate to a specific tab within that page. Is there a way to do this?

I'm not entirely sure I understand what you want, but if you want to simply go directly to a specific tab, you can use it's direct access URL. If you login to portal and bring up Oracle's portal help (use the help link in the upper right on any of the default pages), search for direct access URL and they do a nice job of explaining how to reach a page, tab, subpage, item, etc.
To access a subtab called mytab1 on the mytab tab in Portal release 2 or portal 10g prior to 10.1.4:
http://<hostname>:<portnumber>/pls/portal/url/page/<pagegroupname>/<pagename>/mytab/mytab1
(Note that the names needed for the url are the "Name" field when looking at properties, not the "Display Name")
The URL structure has changed in 10.1.4.
Rgds/Mark M.

Similar Messages

  • Link to specific tab on another page but don't anchor

    Hello, I used this tutorial to link to a specific tab on another page:
    http://foundationphp.com/tutorials/spry_url_utils.php
    It works great, except I don't want to go directly to the tabbed panel. I want the particular tab to be active, but the page should load as it normally does. So the user should always be at the top of the page when it loads.
    This is the link code:
    <a href="registration.html?tab=1#form">
    As you can see, #form identifies the tabbed panel, but it also directs the link where to go. I only want to use it as an identifier, not as a navigator as well.
    Thank you.

    FShea31 wrote:
    Hello, I used this tutorial to link to a specific tab on another page:
    http://foundationphp.com/tutorials/spry_url_utils.php
    It works great, except I don't want to go directly to the tabbed panel. I want the particular tab to be active, but the page should load as it normally does. So the user should always be at the top of the page when it loads.
    This is the link code:
    <a href="registration.html?tab=1#form">
    As you can see, #form identifies the tabbed panel, but it also directs the link where to go. I only want to use it as an identifier, not as a navigator as well.
    Thank you.
    Remove the hash part of the URL parameter and just open the tab in the constructor
    <a href="registration.html?tab=1">
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1",
    {defaultTab: params.tab ? params.tab : 0});
    I hope this helps.
    Ben

  • In LiveCycle Designer ES4 how do you remove tabs within a page once they have been created?

    In LiveCycle Designer ES4 how do you remove tabs within a page once they have been created?

    Emma,
    Take a look at the troubleshooting tips on this page from the Infosemantics website:
    http://www.infosemantics.com.au/adobe-captivate-widgets/drag-and-drop/troubleshooting-widg et-issues
    Pay particular attention to the section entitled: "My drag and drop question works correctly sometimes, but not other times. "
    From the appearance of your slide, it looks like you may have removed some of the components from the quiz slide that are necessary for it to function correctly.  Try the test that this section of the troubleshooting suggests so that you can see if this is the case.  If it turns out that you have deleted some items, you'll need to recreate your quiz slide to get them back again.
    Hope this helps.

  • Linking to specific tab on different page

    Hey everyone, I want to link to a tabbed panel on one of my
    pages using the navigation menu on the home page. The problem is
    that I keep getting sent to the default tab on the new page instead
    of the tab I want to open. This is my code, can anyone help:
    <li><a href="wriaboutus.html"
    onclick="TabbedPanels1.showPanel(1)">Mandate</a></li>

    anyone?

  • Linking to a specific tab in a spry tabbed in Dreamweaver

    Hi,
    I used the following link in order to open specific tab from another page.
    http://foundationphp.com/tutorials/spry_url_utils.php
    Everything works fine in chrome but IE shows all of the tabbed info in one continuous list. Tried to fix it by using the suggested solutions in the below link, didn't work for me.
    https://forums.adobe.com/thread/826225
    Could you please help me out on this issue? Your help is very much appreciated.
    Thanks,

    Spry was abandoned by Adobe in late 2012.  Spry didn't keep up with the mobile web and modern browsers. You'll get better results with jQuery Tabbed Panels.
    Tabs | jQuery UI
    Nancy O.

  • Opening a Specific Tab for each Navigation to Summary page.

    Hi,
    My JDeveloper version - 11.1.1.6.0
    I have a summary page with 4 tabs.( General Information, Design, Channels and Capacity).
    I have a table displaying list of entities. When I double click the entity, I open the summary page as a region.
    First time the summary displays the 'General Information' tab.
    Now I navigate to Channels tab.
    Now I double click another entity in table, The selected entity summary is displayed, but Channels tab is displayed instead of 'General Information' tab.
    Every time I would like to see the 'General infromation' tab by default.
    Please let me know how can I achieve this.
    Thanks
    Ravi

    I got the solution.
    I referred to the other forum post: panelTabbed - first tab selected on page load
    I implemented the logic in onPageLoad in summary task-flow init method.
    Here is the code:
                     RichPanelTabbed panelTab = (RichPanelTabbed) ADFUtil.evaluateEL("#{backingBeanScope.panelTab}");
                     if (panelTab != null) {
                        List<UIComponent> childUIComponent = panelTab.getChildren();
                        if (childUIComponent != null && childUIComponent.size() > 0) {
                            for (int i = 0; i < childUIComponent.size(); i++) {
                                 if (childUIComponent.get(i) instanceof RichShowDetailItem) {
                                     if (i == 0) {
                                         ((RichShowDetailItem)childUIComponent.get(i)).setDisclosed(true);
                                     } else {
                                         ((RichShowDetailItem)childUIComponent.get(i)).setDisclosed(false);
                     }Thanks for the inputs.
    - Ravi

  • How to make a specific tab the active one when loading a page.

    We need to be able to navigate between a set of pages all containing the same tabs. When going from one page to another, the active tab on the new page must be "the same" as the active tab on the previous page. In other words: there must be a mapping between one page's tab and another page's tab. To do this we need to tell the next page which tab to set as selected. Is there any way of doing this? Because we use a left-side that is tab-independant for navigation, we can not hard-code the tab-reference in the hyperlink. We have thought about using a page parameter saying which tab is active (by the use of a tab id), but it seems impossible to make a portlet change the value of a page parameter without doing so with an event. Because the content under each tab is passive, we can't send any events. Is there any other way of doing this?

    When I click on the x to close a window, all windows are closing.
    When I click on an active link to open a new window, nothing happens , only the already pen one gets replaced. It' s a pain in the butt, and there is no help or solution from FIREFOX, I studied all help resources. I will not attach screen shot to this mail, as that wouldn't help anything. My solution - I will work with SAFARI or SEAMONKEY instead and not use FIREFOX any longer.

  • Is there a way to sort a PDF file with multiple pages by a specific field within the PDF? All pages have the same invoice format and i would like to sort by a field within and then print the documents. (Vendor, PO

    Is there a way to sort a PDF file with multiple pages by a specific field within the PDF? All pages have the same invoice format and i would like to sort by a field within and then print the documents. (Vendor, PO#, Date, ect.)

    When you say field, do you mean specifically a form field, such as a text field? Or is the information regular text on the page?

  • Creating a tab region within a page in APEX

    Hi there,
    Could someone please guide me to some examples on how i could create a tabbed region within a page?
    Thanks

    Here is what i do...
    In HTML Header I will add the below code
    <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/redmond/jquery-ui.css" type="text/css" />
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"> </script>
    <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.js"> </script>
    <script type="text/javascript">
    $(function() {
       $("#tabs").tabs();
       $x("tabs").appendChild( $x("tabs-1"));
       $x("tabs").appendChild( $x("tabs-2"));
    </script>Then i will Create 3 Region.
    Region 1 >>> Create an HTML Region ( REGION TEMPLATE = NO TEMPLATE) and add the below code in REGION SOURCE
    <div id="tabs">
    <ul>
       <li><a href="#tabs-1">Employee</a></li>
       <li><a href="#tabs-2">Chart</a></li>
    </ul>
    </div>Region 2 >>> Create HTML Region... Add two text field to this region .. now edit the region
    Add the below code in region header of REGION 2
    <div id="tabs-1">Add the below code in region footer of REGION 2
    </div>Region 3 >>> Create HTML Region... Add two text field to this region .. now edit the region
    Add the below code in region header of REGION 3
    <div id="tabs-2">Add the below code in region footer of REGION 3
    </div>Example : http://apex.oracle.com/pls/apex/f?p=12060:7
    I have used exactly the same code... except that my Region 2 contains REPORT insted of two text field and Region 3 contains CHART instead of text field.
    Regards,
    Shijesh
    Please reward the answer if it was helpful / correct

  • Open specific tab page using button

    Hello,
    How can I make that one button open specific page on tab.
    That page was disabled and I menaged to make my program to show this page when I click one button. So next step would be that by clicking on that button this (previously disabled - unvisible) page is automatically OPENED.
    Solved!
    Go to Solution.

    Chata,
    Use property nodes.  First, get the Pages references.  From that array select the specific page reference.  Then write Page Enabled to the Page Enabled property. After that write the value of the page to a local variable (if the tab is a control) or write the value directly to the terminal if the tab is an indicator.  Close references. 
    Lynn 

  • Safari signs me out of a web page each time I open a new tab within a web page I am already signed in to

    How can I stop Safari from signing me out of a web page each time I open a new tab within a web page I am already signed in to?
    This is very annoying, how can I stop this??

    Extensions.
    1. Empty Caches
        Safari > Preference > Advanced
        Checkmark the box for "Show Develop menu in menu bar".
        Develop menu will appear in the Safari menu bar.
        Click Develop and select "Empty Caches" from the dropdown.
    2. Delete Cookies
        Safari > Preferences > Privacy > Cookies and other website data:
        Click “Remove All Website Data”.

  • How to navigate to a specific part of a page using Navigation Model

    Hi....
    I need to navigate to a specific part of the page using navigation models.
    When I click on a link it should navigate to a div in the middle of the page instead of showing page from starting.
    How to achieve this using webcenter navigation models?
    Thanks.

    Hi All,
    Even I have the same requirement in my project.
    I need to navigate to a specific part of a page instead to the top of page using navigation models.
    I have a navigation model with name aboutUsNavigation.xml which have 5 links(About Us, Contact Us, Carrers, ...).
    I have used the adf tree Component to show the links.
    <af:tree id="about" var="node" initiallyExpanded="false" summary="AboutUs" value="#navigationContext.navigationMode
    l['modelPath=/oracle/webcenter/portalapp/navigations/aboutUsNavigation'].treeModel['includeStartNode=false']}" >
    <f:facet name="nodeStamp">
    <af:commandImageLink id="cil2" text="#{node.title}"
    actionListener="#{navigationContext.processAction}"
    action="pprnav"
    icon="#{node.attributes[pageFlowScope.tnBean.iconKey]}"
    disabled="#{not node.navigable}"
    inlineStyle="#{node.onSelectedPath ? 'font-weight:bold;' : ''}">
    <f:attribute name="node" value="#{node}"/>
    </af:commandImageLink>
    </f:facet>
    </af:tree>
    All the 5 links should navigate to the about.jspx. but each to a part of the page. how to achieve this?_
    Thanks..

  • How to creat navigation pane or tabs in a document

    Dear Friends!
    I have prepared my thesis report having different chapters, each chapter has various sections. I want to create a navigation pane (just
    like tabs, a tab for each chapter and sub-tabs after opening a specific chapter) for my thesis, because this element is essential for easy navigation. The navigation pane may consist of Chapters heading, search option, switching to content from any page
    and page number (with navigation to next or returning page). furthermore, when I click to go to any specific chapter from navigation, a specific navigation pane may be there in that very chapter
     for easy switching to various sections of the same chapter.
    Secondly I also want to get the same report/data in PDFs, in order to enable quickly access for needed information.
    Is the same feature can be done in MS Office, or any other specialized tool/software is existing to create such type of documents
    please? I need help in this regard please.

    set your own UI, overriding paintTab(..) to add 5 (or whatever gap) to each of rects.x

  • Jheadstart: Navigation to First Tab

    Hi,
    I have a page that has several tabs (Regions)
    Scenario:
    After the user enters data in all tabs and saves the data, he tries to create a new record by pressing the new button. Instead of navigating to the first tab, the page presents the current tab where the user was when he saved the last record.
    Is there a way to navigate to the first tab automatically after the user clicks on the create new record button?
    One of the problems the user faces is that if there are mandatory fields in the current tab, he wont be able to navigate to the first tab manually before filling all the fields in the current tab.
    Regards,
    Ali

    I'm not entirely sure I understand what you want, but if you want to simply go directly to a specific tab, you can use it's direct access URL. If you login to portal and bring up Oracle's portal help (use the help link in the upper right on any of the default pages), search for direct access URL and they do a nice job of explaining how to reach a page, tab, subpage, item, etc.
    To access a subtab called mytab1 on the mytab tab in Portal release 2 or portal 10g prior to 10.1.4:
    http://<hostname>:<portnumber>/pls/portal/url/page/<pagegroupname>/<pagename>/mytab/mytab1
    (Note that the names needed for the url are the "Name" field when looking at properties, not the "Display Name")
    The URL structure has changed in 10.1.4.
    Rgds/Mark M.

  • I am having major issues with links in keynote! Even though the links (a navigation system) are on the master page, they are only working on some of my slides. Anyone have ideas on how to fix this or similar issues? Help!

    I am having major issues with links in keynote! Even though the links (a navigation system) are on the master page, they are only working on some of my slides. Anyone have ideas on how to fix this or similar issues? Help!
    I have created a navigation system on the master pages and set the presentation to links only mode. I also have other links scattered throughout the program, like a linkable table of contents, etc. Some of them work, some of them don't. Not sure why. Anyone out there having similar issues? Or have any idea on how I can solve this issue? Any help would be appreciated!
    Thanks!

    Links should not create any problems in Keynote.  If they are set up correctly on text, the text will be underlined. Objects that have links will have a curved arrow bottom right, if you click the arrow a popup will display the link information.
    Try this repair for Keynote,  ensure you complete all the tasks and in the order shown:

    delete all the iWork applications if you have them, not just Keynote, using Appcleaner from Mac Update, its a freeware application

    empty the trash:  Finder > Empty Trash

    Shut down your Mac, wait 30 seconds, then power on the Mac, immediately after the start chime, hold down the Shift key
    When you see the grey Apple symbol and progress indicator (a spinning gear), release the Shift key.
    If you are prompted to log in, type your password, then hold down the Shift key again as you click Log in.
    4  
    Let the Mac fully boot up, it will take longer as the OS is repairing the drive

    when fully booted, go to Applications > Utilities > Disc Utility; click on the boot drive then First Aid tab and click  repair disc permissions

    when complete, restart the Mac normally, Apple menu > Restart

    install Keynote from the Mac App Store
    let us know if this helped

Maybe you are looking for

  • ICloud Restore stuck - keeps asking for old Apple ID

    Hello, I've just gotten a iPhone 4S that I want to restore from an iCloud backup (I've had a 3GS previously). Unfortunately I'm running into problems as the restore process just doesn't finish. Some settings are restored just fine (contacts, messages

  • HOW TO MAKE AN IMAGE OF MAIN DRIVE

    How to save data from a failed boot drive. I have a 20" iMAC that is about five years old and have worked flawlessly until about two weeks ago when the Main Drive partition started to fail. I used the Disk Utility in an attempt to verify and repair t

  • How do I print multiple (PDF) pages per sheet in Lion?

    The printing interface has changed in preview, and whereas there used to be an option to print multiple pages per sheet, there's now only an option to print multiple copies per sheet. The latter is of no use to me, whereas printing multiple pages per

  • Function which converts number 1 to √

    Hello people, I recently started Numbers  and I'm in the process of creating a spreadshit to organice various important data concerning my music compositions. I've been trying the following for some days now without any success and I would really apr

  • Import / export on 9i

    I am trying to import a user into oracle 9207 db on windows xp and keep getting the following error "C:\>imp userid = system/oracle file=d:\152203\ins.dmp log=d:\152203\INS.log from user=ins touser=ins feedback=50000 buffer=10000000 ignore=y commit=y