How to implement Side Navigation programmatically

Hi,
My requirement is I want to implement side navigation for one of my task.(Like Functional Administrator =>Personalization =>Import/Export). I have gone through the tutorial given in Jdeveloper Help for side navigation in which it refers how programmatically we can add a content container with a bulleted list to the page. But this is not as per my requirement and the steps given to achieve the required side navigation in Jdev help are Core app's menu based..
Can we achieve this Programmatically ?
Thanks in advance .
Regards,
Anant.

Any page/url that is to be accessed from inside apps context must be defined as a valid function and have the valid function security context.
any function you define as the third level menu item must appear on the sidenavbar.
You can manipulate the sidenavbar via code using the method getStart() in PageLayoutBean, I have used it to display/hide certain functions based on roles in fwk 5.6.
you can decompile this class and see how the usage is
oracle.apps.igs.admissions.webui.AdPageControllerImpl
Thanks
Tapash

Similar Messages

  • How to create side navigations programatically

    Hi,
    Can you please tell me how to create side navigations for a page programatically.
    Thanks in advance

    See topic "Tabs / Navigation" in dev guide, this is explained ind etaqil with sample code.
    --Mukul                                                                                                                                                                                                                                   

  • How to render side navigation menu programmatically.

    Hi all,
    I Have standard pages (i.e Customer online pages ) when I navigate one page to another page 2nd page have side navigation menu
    This page is attached as first page in side navigation menu so by default this menu is displaying if I navigate from this page to
    Author pages using keep_menu_context it is displaying to all author pages.
    Now my requirement is I need to go 3rd page from 1st page on that time the menu is not displaying (side navigation menu).
    Thanks in advance....
    Regards,
    Sridhar.

    If I understand your requirement you're looking for something like this: http://deluxe-menu.com/sound-support-sample.html
    Under 10.1.3 using ADF Faces I don't believe there is a component available to achieve this. Potentially under 10.1.3 you'll need to look to a 3rd party Javascript solution. Whether this will work with ADF Faces + JSF navigation is questionable. Potentially others on the forum can comment.
    As an alternative solution under 10.1.3 you may want to look at using an af:tree component instead. It wont be as nice as the solution shown above, but will give you a multilevel menu selection.
    Regards,
    CM.

  • How to make side navigation menu using ADF

    Hi,
    I wanted to make a side navigation menu, like, there is a vertical menu and if I place the cursor on(or select) one of the menu item and it shows the children menu items sideways( having go links).
    How can I achieve that?
    I am using Jdev 10.1.3.3

    If I understand your requirement you're looking for something like this: http://deluxe-menu.com/sound-support-sample.html
    Under 10.1.3 using ADF Faces I don't believe there is a component available to achieve this. Potentially under 10.1.3 you'll need to look to a 3rd party Javascript solution. Whether this will work with ADF Faces + JSF navigation is questionable. Potentially others on the forum can comment.
    As an alternative solution under 10.1.3 you may want to look at using an af:tree component instead. It wont be as nice as the solution shown above, but will give you a multilevel menu selection.
    Regards,
    CM.

  • How to move side Navigation to righthand corner(bottom ) of screen

    Hi,
    I have added a side Navigation on my page, and I want to place it on the right hand lower corner(bottom) of the screen.
    I used pagelayout.setend(sidenav); method for the same, however this just places it in the rightmost top corner of the screen.
    I guess, I cannot add rowlayout and then arrange the side navigation region?
    Any inputs on how to achieve this
    Thanks
    Puja

    As far as i think its Not possible, u cannot change its position.Still u can try put using some methods available in PageLayoutBean like
    PageLayoutBean.setContentFooter(sidenav).
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                               

  • How to create side Navigation in a OAF Page**Urgent

    Hi All,
    please let me know the steps to create Side Navigation in an OAF page.
    thanks,
    Sowmya.

    It is always better to first start searching first in dev guide... then old threads inforums.... else raising the thread.
    --Mukul                                                                                                                                                                                                                                                                                                   

  • How to implement Top navigation in endeca

    Hi,
    How do I implement top nav in endeca instead of left nav? Currently the top nav that I have is simply the same as left nav, so on selecting refinements, the top nav gets filtered and disappears. Please help with this!
    Thanks!

    User975726,
    There are various approaches that you can use to build your Top Navigation.  I can't give yu a full solution on this forum but here are a few thoughts to get started. I am going to assume that you can use presentation API to build your application.
    Execute a seperate N=0 with all dimensions exposed and use the navigation object to build your top menu.  Note that exposing all refinements is expensive and if you have hierarchical dimension then all the nodes will not be exposed at the same time. Cache the menu at a session or application level if possible.
    If you have hierachical dimension then you might want to build an offline process that executes a seperate query for each node and builds and caches the entire top menu.  It might not be a bad idea to do this offline (after baseline or partials) and store the results as xml or json that your application can then use to construct the menu.
    If you are not using the Url Optimization API then you can also use the actual dimension xml to build your menu.  This will be a bit more complicated if autogen and external dimensions are to be included but is an option.
    I am sure one can come up with other alternatives but in general try to build your menu and cache it.  Also keep in mind that the process can get more complecated if you have record filters and roles or other parameters to consider.
    IHTH.
    Best,
    Kaush

  • How to implement smart navigation in JSF or JSP

    hi,dear all:
    we design a jsp page with tiles,everything is ok.
    But we got a problem: when we design many input text or radio button or listbox on our page1.jsf,it will reload to itself when it got error with the component that user keyin and render the page on the top place.
    we want user will see the place that he keyin error (droll automatic) not the top of the page.
    we see that already done by asp.net's "smart navigation",but we must write in jsf.
    How to do that next step? thank you very much.

    Hi Dan,
    Here is some key listner code that makes sure the user only enters numbers. Maybe you can change it for the return button (I think the charCode of the return button is 10, btw)
    <script type="text/javascript">
    function checkIt(evt)      
         var charCode = (evt.charCode) ? evt.charCode : ((evt.which) ? evt.which : evt.keyCode);
         if (charCode > 31 && (charCode < 48 || charCode > 57))
              alert("Please make sure entries are numbers only.");
              return false;
              return true;
    </script>And in the h:inputText I have onkeypress="return checkIt(event)"
    Cheers,
    Illu

  • Implementing Side Navigation(Level 3 menus) using core apps

    Hi all,
    I have created the require menu structure and its as followed
    Responsibility Menu
    |
    Home Page (attached to Responsibility Menu)
    |
    HTML Tab (attached to Home Page)
    |
    HTML Sub Tab (attached to HTML Tab)
    |
    HTML SideBar(attached to HTML Sub Tab)
    |
    Function (attached to HTML SideBar, prompt given for function Test Sidebar)
    After creating the above menu structured, have taken the bounce also but its not working.
    I have also checked the menu structure for (Functional Administrator -> Personalizations -> Import/Export tab) which has the similar menu structure as per my requirement.
    In this HTML SideBar menu was missing and the functions are directly attached to HTML Sub Tab menu.
    I have also tried this approach but still its not working.
    I am unable too see the link Test Sidebar which will transfer me to the page where side bars will be shown.
    I have also checked the functions created there is no problem in it.
    Can anybody will be able to point out what actually needs to be done ? Or which step I am missing.
    Thanks in advance,
    Anant.

    Hi all,
    I have created the require menu structure and its as followed
    Responsibility Menu
    |
    Home Page (attached to Responsibility Menu)
    |
    HTML Tab (attached to Home Page)
    |
    HTML Sub Tab (attached to HTML Tab)
    |
    HTML SideBar(attached to HTML Sub Tab)
    |
    Function (attached to HTML SideBar, prompt given for function Test Sidebar)
    After creating the above menu structured, have taken the bounce also but its not working.
    I have also checked the menu structure for (Functional Administrator -> Personalizations -> Import/Export tab) which has the similar menu structure as per my requirement.
    In this HTML SideBar menu was missing and the functions are directly attached to HTML Sub Tab menu.
    I have also tried this approach but still its not working.
    I am unable too see the link Test Sidebar which will transfer me to the page where side bars will be shown.
    I have also checked the functions created there is no problem in it.
    Can anybody will be able to point out what actually needs to be done ? Or which step I am missing.
    Thanks in advance,
    Anant.

  • How to create an IDoc programmatically at Inbound side?

    Hi,
    How to create an IDoc programmatically at Inbound side?
    Assume that you have a file(material master details) which is enough to create master data.
    Regards,
    Thiyagu

    Read the documentation of this FM first:
    FU IDOC_INBOUND_ASYNCHRONOUS                                                                               
    K. tekst
                                                                                    IDoc inbound processing via tRFC                                                                               
    Functionality
                                                                                    This function module starts inbound processing in the case of port type    
        "tRFC". The function module is a successor to INBOUND_IDOC_PROCESS,        
        which processes IDocs in the Release 4.0 record types. If you are          
        processing IDocs in Release 3.X record types, the function module          
        INBOUND_IDOC_PROCESS must still be called.                                                                               
    The function module checks the ID 'EDI_MES' in authorization object        
        B_ALE_RECV against the received message type.                                                                               
    The IDocs are saved by the function module IDOC_INBOUND_WRITE_TO_DB (a     
        COMMIT for all IDocs) and then transferred directly to the application     
        by the dispatcher module IDOC_START_INBOUND.                                                                               
    Parameter
                                                                                    IDOC_CONTROL_REC_40                                                        
        IDOC_DATA_REC_40                                                                               
    Exceptions
                                                                                    Functiegroep                                                                               
    Edited by: Micky Oestreich on Jun 11, 2009 12:52 PM

  • How to implement a client side map with ObjectImage control?

    We need to implement a client side map with an ADF Faces ObjectImage control. In the code below, the JSF Faces GraphicImage contol does support a client side image map using the usemap property. However, it appears that the ADF Faces ObjectImage control does not support a client side map. Is there someway of implementing this functionality in an ObjectImage control?
    <h:graphicImage url="/images/map-usa.gif"
    usemap="#m_mapusa"
    binding="#{backing_map.graphicImage2}"
    id="graphicImage2"
    style="border-style:none;"/>
    <af:objectImage source="/images/map-usa.gif"
    binding="#{backing_map.objectImage2}"
    id="objectImage2" />
    We could use the Graphic Image control except we have a problem by mixing a JSF GraphicImage control in the same table with a variety of ADF Faces controls in that when a user clicks on the GraphicImage, then the browser windows scrolls down to center the GraphicImage control. A user then needs to scroll back up to see the rest of the page. If an ObjectImage control is used with an onClick action, then the page does not scroll, which is what we want. So if we can figure out how to add a client side map to an ObjectImage control we would get the desired results.
    An alternative might be to use a server side map with the ObjectImage control. But our question here is how to implement the existing client side image map in a backing bean. As the following map code shows, not all image map areas are rectangles - some are polygons.
    <area id="_state_05" href="#"
    shape="rect"
    coords="681,38,702,50"
    target="_self" value="VT" alt="Vermont"
    onclick="javascript:getDtl(this);"/>
    <area id="_state_06" href="#"
    shape="poly"
    coords="221,442,209,436,209,418,191,403,155,382,116,367,101,370,98,364,
    122,355,158,367,203,388,212,394,242,427"
    target="_self" value="HI" alt="Hawaii"
    onclick="javascript:getDtl(this);"/>

    Hi,
    Any news about that issue, we are also interested in any solution.
    Thanks
    Math

  • How to implement navigation control inside view controller project

    Hi,
    I am trying to implement an navigation control in a view controller project.
    I am unable to do that process.
    Can anyone please suggest me how to do this navigation flow which should be placed inside view controller.
    SRI.

    Hi,
    I am using Jdeveloper 11.1.1.4.0.
    To use the appModules methods, I am creating the service interface and then I am creating the webservice proxy into another view controller project and access the appModule methods.
    Now, I don't want to create the webservice proxy. I want to directly access the appModule methods.
    Thanks,
    Rohit.

  • How to implement Object based navigation

    Hi all,
    Can any one guide me the steps for Implementing Object based Navigation.
    Thanks in advance,
    Satish J

    Hi Sathish,
    sorry for the delay. hope it is not too late
    I have updated wiki with the content. i am just building it up..not yet completed.
    i think you can go thru the example which i have completed to have a detailed view of how to implement obn.
    please refer the link.
    https://wiki.sdn.sap.com/wiki/x/SZ
    You can send your comments regarding the page so tat i can incorporate the same in the content which i am preparing now.
    Regards,
    Sharadha

  • How to Implement custom share functionality in SharePoint 2013 document Lib programmatically?

    Hi,
    I have created custom action for Share functionality in document library.
    On Share action i'm showing Model pop up with Share form with addition functionality.
    I am developing custom share functionality because there is some addition functionality related to this.
    How to Implement custom share functionality in SharePoint 2013  document Lib pro-grammatically?
    Regards,
    - Siddhehswar

    Hi Siddhehswar:
    I would suggest that you use the
    Ribbon. Because this is a flexible way for SharePoint. In my project experience, I always suggest my customers to use it. In the feature, if my customers have customization about permission then i can accomplish this as soon
    as possible. Simple put, I utilize this perfect mechanism to resolve our complex project requirement. Maybe we customize Upload/ Edit/ Modify/ Barcode/ Send mail etc... For example:
    We customize <Edit> Ribbon. As shown below.
    When user click <Edit Item>, the system will
    render customized pop up window.
    Will

  • Best approach -Tabs based ADF Tree left side navigation with Dynamic Regions with out UI Shell

    Hi,
    Somebody can help for the best approach to implement the following requirement.
    Req: When the user select the ADF Tree left side navigation menu, each menu will open as multiple tabs(Dynamic Tabs) in right side content area with out UI Shell Template.
    I completed the
    Step-1: From the Model project, I can able to render ADF Tree in the using view and view links. I can get the adf tree which is having 3 menu items. Each menu item having 2 sub menu's.
    I took each menu item as one(1) taskflow, each taskflow will have two(2) fragments.
    Total I have 3 task flows as Menu Items and 6 fragments for sub menu's.
    Step-2:  My question is How do I implement Tab based the ADF tree navigation (left side area to dynamic regions in content area) through dynamic regions? Please provide the steps in view layers.

    Than ks for your response.
    This is working fine for ADF Tree navigation with dynamic regions if the taskflow having only one fragment. if the taskflow having more than one fragments, this will not work. The following conditions are always satisfies one page fragment of either "employees" or "departments" task flow.  If the "employees" task flow have 2 page fragments, it's not work even you pass parameters through routers.
    public TaskFlowId getDynamicTaskFlowId() {
    if (currentTaskFlowID == null ||
    currentTaskFlowID.equalsIgnoreCase(“employees”)) {
    return TaskFlowId.parse(employeetaskFlowId);
    if (currentTaskFlowID != null &&
    currentTaskFlowID.equalsIgnoreCase(“departments”)) {
    return TaskFlowId.parse(departmetaskFlowId);
    return TaskFlowId.parse(employeetaskFlowId);
    My question is "Same use case with Dynamic Tabs" when the user click on any adf tree node.

Maybe you are looking for