APEX 5 dynamic navigation list

I created a list based on a SQL query. I want to replace the list of navigation 5 APEX. How do I do that? When I go to the navigation menu or navigation bar list I see Create or copy, I don't see the option to use my list.

Hello

1 - create a navigation list

go to your application components shared-> browsing-> Menu of Navigation

Create a new list from scratch of dynamic type, and then click SQL QUERY as the source of your query type

Enter your query which should have the following columns 'level', 'label', 'target', 'is_current', 'image '.

example:

Select LEVEL 'level. "

PRV_NAME 'label. "

Decode (connect_by_isleaf, 0, ",'f? p = & APP_ID.)  :'|| To_char (PRV_APEX_PAGE) |': &. session:') "target."

"YES'"is_current. "

Decode (NVL (PRV_ICON_IMG, 'A'), 'A', ", PRV_ICON_IMG) 'the image.

of ADMN_PRIVILEGES

start with "PRV_ID_PRNT" = 10000

connect prior "PRV_ID" = "PRV_ID_PRNT."

siblings arrested by PRV_NAME desc

then select do not create list of regions.

2 - in your designer of the page go to the Navigation Menu->override level of User Interface

and Yes, change

the next option is enabled

LIST, select the navigation created in step 1

then

Position in the LIST: side

Model LIST: your model

Hope this will help you

Salim

Tags: Database

Similar Questions

  • Problem of navigation with dynamic variable list

    Hi all

    I'm a bit in stock with a small question (maybe). I am looking for a way to put the variable to a list of navigation in the same page. Can it is where my navigation list is pointed: f? p = & APP_ID.:20: & SESSION. : & DEBUG. : P20_3, P20_1, P20_2: #État #, #Année accountant #, #Période accountant #:.
    I need to inherit the value (#État #, #Année accountant #, #Période accountant # :) a SQL in the main region (list are in a subregion).)

    Could help me with this please?

    Thanks in advance!

    Eric

    844999,

    You will have to wait until 4.1 Apex

    It is one of the new features 'dynamic lists '.

    However, you can replicate such a list, if you create a report model that looks the same in a list and then create a report with this list.

    Kind regards
    Richard

  • APEX 5.0 Navigation Menu Bug

    I started to dive head first into APEX 5.0 and the upgrade of existing applications that I have.

    I would like to start by saying thank you and congratulations to the APEX of the team for all of their hard work and dedication that went into version 5.0. You have all managed to take a tool I liked already use and do better and for that I tip my hat to everyone.

    The installation program

    As I was updating my old tabs to a shiny new Menu of Navigation, I came across an unexpected behavior that has taken the time to resolve, and I wanted to bring it and see if it is intended to treat in a future release.

    The problem

    During the conversion of the old lists to my main navigation list, I noticed that when I ran my application if I clicked to expand the section which the icons and functionality to expand/collapse the sections disappear. There is no way to get them to show again unless I clicked on another section. By clicking on the problem reproduced the same effect of endangered icons/feature section every time.

    The Cause

    After some trial and error, I discovered that the problem is caused when your text entry is too long. He effectively "pushes" icons in the navigation list and since they all line up well if we are eliminated, they all.

    The application of a Solution

    Even though I know it's a simple control condition for anyone who knows what is causing the problem, are there plans to fix it in a future release to be limiting the scope of input text or by having the text of the entry list auto-wrap when it becomes too long? I don't know that this is not a planned response to just have a longer name of the entry.

    Greetings Hamster wheel engineer,

    If by "menu navigation" you mean the "Tree Navigation Menu", then the bug you described with lengthy tags has been fixed in 5.0.1.

    If that's not your question, then you provide a screenshot of the problem who can I debug?

    Sincerely,

    Tim

  • APEX 5: Dynamic Action do not run on DEMAND Condition = VALUE

    After migration from APEX to APEX 5 dynamic action 4.2.5 which performed in 4.2.5 won't work in 5 APEX.

    Event DA: BEFORE the PAGE is SENT

    Condition: Ask = value

    Value: SAVE

    Page contains the button SAVE, in the debug REQUEST window appears like SAVE, but DA does not occur.

    When the condition is not defined, DA works correctly in the APEX 5.

    Is this a bug in 5 APEX?

    Hey Bozo,

    Bozo says:

    How to have this in mind, can be made to run before Page submit DA specified button click?

    It depends on what you want to achieve a click of button and what you want to achieve with DA.

    The purpose of the button and DA can be combined in a javascript function or in the DA himself.

    How this can be achieved in the DA itself is:

    • Instead of shooting the DA "before submit Page', fire the DA to the click event of button. (to do this change the button action to listen for events from DA)
    • In the first real action, run everything you want to achieve with DA.
    • Write another real action, to submit the page and set the application to any value you want. (ensure that the processes we submit are conditional on the overall application, instead of the State of the button)

    Kind regards

    Kiran

  • OReilly Dynamic Navigation bar

    I m trying to follow Oreilly Actionscript 3.0 and the construction of a dynamic Navigation bar example.
    But this example doesn´t works. Probably what could be wrong?

    I m see only one button on the stage. It should be 5 buttons on a navigation bar.
    I ve created a btn (name = btn) in the library and export for actionscript.

    Copy / paste of Oreilly:

    var btnNum:int = 5;
    var spacing: Number = 10;

    var navBar:Sprite = new Sprite();
    addChild (navBar);

    var btn:SimpleButton;
    for (var i: uint = 0; i < btnNum; i ++) {}
    BTN = new Btn();
    BTN. Name = "button" + i;
    BTN.x = spacing + i * (btn.width + spacing);
    BTN.y += 5;
    btn.addEventListener (MouseEvent.CLICK, onTraceName, false, 0,
    (true);
    navBar.addChild (btn);
    }

    var bg:MovieClip = new NavBarBack();
    BG. Width = btnNum * (btn.width + spacing);
    BG. Width += space;
    navBar.addChildAt (bg, 0);

    navBar.x = (navBar.stage.stageWidth - navBar.width) / 2;
    navBar.y = 20;

    function onTraceName(evt:MouseEvent):void {}
    trace (evt. Target.Name);
    }

    Anyone?

    It works fine jusy how you (as long as you give the btn a Btn class name).

  • Package APEX to dynamically access the tabs in the menu?

    Hello community!

    We must build a dynamic authorization to the navigation of our application, so, each tab will have a plsql as a condition function, which evaluates the user authorization to respective tabs in a sql query, returning true or false.

    Now I would like to build a monitoring report, which lists all tabs and displays authorization (LDAP) for each tab group, as appropriate.

    To achieve this, I was wondering if there is a bunch of apex which are available to display all the information of interest to all of the existing tabs: tab label, pages, condition parameters, hierarchy (parent or child), in order to get an overview of the current configuration and create a user-friendly interface to link new user groups for the authorization menu tabs.

    I searched for a while and not find anything, but I'm sure its possible with buildin functions apex law. So I hope you can help me on my way.

    Thank you very much in advance,

    Best regards

    Tobi

    Version 4.2 of the APEX

    Hey Tobi,

    Have you looked at the sight of the APEX, APEX_APPLICATION_TABS?

    Jeff

  • dynamic hierarchical list

    Hello

    How can I implement the following using the 'dynamic' list in the APEX?

    https://github.com/wesnolte/jOrgChart#Readme

    Thank you.

    Okay, that was pretty close.
    I think that the #1 problem was that the jquery.jOrgChart.js seem to have been downloaded form a Web page and he saved the HTML tags and other things. So I deleted and re-uploaded version purified upward.

    While you have the id = "org" in your SQL for the div I proposed was not necessary.

    I moved the $("#org").jOrgChart (); to "Run when the Page loads" as suggested earlier.

    Oh and added and extra color style so that the text is readable.

    You should be able to take it from here. :)
    -Jorge

  • Why "Contact management" is not displayed in the left-hand navigation list?

    According to several tutorials I found online (e.g., http://www.7tutorials.com/manage-you-childs-contact-list-windows-live-family-safety), "Contact management" should appear in the list of navigation on the left to 'Change settings' page parental control of my child, "Activity-tracking" and "pray".  Unfortunately, it isn't here.  How can I get this option appear?

    -Chris

    Hello

    Access to the contact management feature has been removed for users who have not already configured it. Please refer to this thread for more details.

  • Long navigation list

    Hello

    I was wondering if there is already some built-in support for navigating a long list.  I have a ListField I use for a very long list of contacts (up to 3,000).  Each contact is just a string name.  I have something that generates a search string by capturing keyChars and then by setting the index of the ListField to the first element that hooked startsWith the search string.

    My solution works for a full qwerty keyboard, but for cases like multi-tap, I don't know if the user wants to s a 'g' or 'h' when they type.  Any ideas?

    I thought about it.  If you implement ListFieldCallback.indexOfList then the framework will handle it for you.  Just need to read the docs better.

  • BB10 - problems w / dynamic populating list of images with the data of WebSQL

    Hi all

    So I'm having a few problems with the definition of the element's onclick attribute when dynamic filling an image list.

    function listAllRooms() {}

    ...

    DB.transaction (function (tx) {}
    tx.executeSql ("SELECT * FROM ROOMS, [], {}, function (tx, results)")

    for (i = 0; i< len;="">
    elName var = results.rows.item (i) .name,
    elID = results.rows.item (i) user.user;

    Item = document.createElement('div');
    item.setAttribute('data-bb-type','item');
    item.setAttribute ("data-bb-title', elName");
    item.innerHTML = 'Description here.';
    item.setAttribute ('data-bb-img', ' foo.png');

    Item.onclick = function() {bb.pushScreen ('showRoom.html', 'Show-Room', {id: elID}) ;};}

    Items.push (Item);
    }

    document.getElementById('rooms-list').refresh (items);
    (}, null);

    });
    }

    My problem is the bold red line. What happens is that each item links to the last point (last row of the table). I know it has something to do with the callbacks and synchronization but cannot for the life of understand me.

    My apologies for the ugly code and thanks in advance for the help.

    Karel

    In fact, I managed to make it work this way:

    item = document.createElement('div');
    item.setAttribute('data-bb-type','item');
    item.setAttribute('data-bb-title', elName);
    item.setAttribute('data-id', elID);
    item.innerHTML = "Description here.";
    item.setAttribute('data-bb-img','img/icons/item-dark.png');
    item.setAttribute('onclick', "bb.pushScreen('show.html', 'show', {type: 'item', id: " + elID + "})");
    

    Thanks for all your help!

  • Default Apex 5 main Navigation to closed

    Hi, is it possible to configure the new Apex 5 hand Nav to a State closed on each page?  I could code something to do this, but I feel that there is a setting somewhere that I'm missing configuration.  I have a page at random which does this automatically, but the rest of my pages are not.  I could not find why this page comes with a .js-navCollapsed class while others come .js-navExpanded.

    Thank you

    Hello

    Please indicate the block of code on every page in which you want to start always collapsed by default next navigation bar:

    .about $(window) ("theme42ready", function() {}

    If ($("body").hasClass ("js-navExpanded")) {}

    $("#t_Button_navControl").click ();

    }

    });

    Please note that this code may not work in APEX5.0.1 - at this time, we hope to have a much better way to set the State of these different widgets.

    Kind regards

    Tim

  • Link between apex and dynamic action images directory

    Hello

    Recently, I upgraded my version of 4.2.0 for 4.2.2 APEX.

    I missed the step where you have to re - setup the WAR of ADR file to point to the new directory of images. The result is that my dynamic actions would not trigger in the application.

    Although the problem is solved (by the missing step), I am interested to know how dynamic action links to the directory of the specific images of version to make it work?

    See you soon,.

    Xrc xarg wrote:

    Recently, I upgraded my version of 4.2.0 for 4.2.2 APEX.

    I missed the step where you have to re - setup the WAR of ADR file to point to the new directory of images. The result is that my dynamic actions would not trigger in the application.

    Although the problem is solved (by the missing step), I am interested to know how dynamic action links to the directory of the specific images of version to make it work?

    Dynamic Actions are implemented using jQuery and JavaScript, so their operation depends on the good jQuery and JavaScript APEX referenced files when the page is loaded. These files are stored in the "images" folder hierarchy ('Pictures' are an unfortunately close label, legacy for shared components that reside on the web server. 'Assets' or 'resources' would be better words to describe the current content of these files.)

    The references that are in charge of these files are included in the page templates. These are stored in the database and thus updated by the upgrade SQL script. If the files specified by the URL in the page template references are not created in the necessary locations by following the installation steps, the referenced files are not loaded and the dynamic actions generated on the page cannot access the library functions they need to run.

  • style in the apex of mobile selection list

    Hello

    Apex 4.2.3 jquery mobile app

    I want a selection list using css to style.

    The class of the HTML form attribute property does not work.

    Item name: P1_LIST

    Inline CSS:

    #P1_LIST

    {

    -webkit-border-radius: 100px;

    border-radius: 100px;

    background-color: yellow;

    border-color: yellow

    }

    The background color is picked up. The other settings are not picked up.

    Is there something I'm missing?

    Example:

    http://Apex.Oracle.com/pls/Apex/f?p=35192:1

    Best regards Erik

    Hi Erik,

    If you look at the HTML code of the selection list, you can see the selection list is encapsulated in a number of div:

     

    If you set the background color of the second div, your property must turn yellow:

    . UI-select .ui - btn

    {

    -webkit-border-radius: 100px;

    border-radius: 100px;

    background-color: yellow;

    border-color: yellow

    }

    Kind regards

    Vincent

  • Modification of Apex point dynamic display Page

    Is it possible to dynamically change the display of a page element type? I have an element that displays regularly as "View only", but when the head of the Division visit the page I would like for the item to set up a popupLOV so that he could make a change if he wants to. A "authorisation system" will cause the item to show or hide, but not what I need. Display control is possible via a JavaScript?

    Hi Doug,.

    Why don't set you the page item as the type 'Popup LOV' and then use the 'Read only' condition to display only for all users except your head of Division?

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Dynamic selection list

    Hi all

    I want to collect information about a feature, but according to the value of an attribute from entity level - I want to make the selection of the value of the attr - dynamic level entity.


    i.e.

    Study the following
    Entity: the children
    Relationship: the child
    Entity-Attr: the child's name
    Entity-Attr: the child's gender
    Entity-Attr: the child's toy
    -So if I add x 2 instance child
    Child Instance #1: "Tom", "Male", I would require his drop down list for a toy to be like "Action Man", "Spider Man" on the screen for the user to select
    While:
    Child Instance #2: "Jenny", "Female", her drop down list for the child's toy would consist of: "Barbie", "Justin Bieber CD's"
    Hope that makes sense

    See you soon

    Published by: user9015745 on August 23, 2011 03:00

    You would not be able to ask sex and toy preferred on the same screen without a 'submit', unless you use javascript. Assuming that it is acceptable to ask the names of all the children and women on a screen (i.e. in collecting entities) and continue to ask questions about the favorite toy of each child on a separate screen, you can take advantage of the screen definitions and screen flow to achieve this without any programming.

    Basically, you need to set the following:
    -an entity collect the screen for children that you collect the name and gender of each child
    -a 'male_toys' screen requesting favorite toy to the child and who uses a choice list that contains only the 'male' toys
    -a 'female_toys' screen that asks favorite childhood toy and that specifies the list "female toys."
    -define a global screen flow that has first collects 'children' is evolving into the "flow of child", then ends.
    -define the workflow of the child to begin with a decision point based on the sex of the child which is progressing towards the male sex toys to screen if = 'male' or the female toys screen if = "female".
    -Add the overall flow to the summary screen of the evaluation so that an interview is initiated by starting the overall throughput (you want to force a stream of screen to use to undertake the interview to make you progress in automatic screen based on the pursuit of a goal)
    -Also to note: you probably want to shoot left alternative in the child_toy_male and child_toy_female so that it is clear what child screen wonders about the screens.

Maybe you are looking for

  • Why my iMac OS 10.11.6 won't do a reboot.

    My iMac OS 10.11.6 won't restart. I tried to update my OS and when it is supposed to do a restart, it hangs on a blue screen. The mouse works but there is no action.

  • THINKPAD X 1 hood rear CARBON 20 A 8 LCD and LCD

    Hi all I buy the laptop (THINKPAD X 1 CARBON 4600U model M/T 20 A 8). The screen with the back cover were broken (the laptop falls). My cell phone is guaranteed for 3 years. Now, I suffer really are my questions: This type of damage is covered by war

  • Problema con Sony Xperia S

    Hola tal, el problema as tengo con el telefono mobile are than the computadora no me reconoce el device, dice lo siguiente "Este device no correctamente because Windows works no loading los drivers requeridos can para said device.» (Code 31) ', are U

  • I need you to remove the parental control

    Summary of the issueHow to uninstall Windows Live family safety? What version of Windows Live Family Safety do you use? Version 2009 (14.0.8117.416) Additional detailsHelloHow are youmy email has beenstolen when I have my support email rebackI am try

  • Too many fonts problem

    I have 922 fonts in my police folder in Control Panel. This create a few problems. When I start excel or vlc it show msg that you have more than 500 fonts or another msg. I want to keep only the system fonts and remove all the fonts that are installe