Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Icon not working in Dynamic Navigation Menu

Titus Jacob5 days ago

I was creating a dynamic navigation path and the following code worked good:

SELECT LEVEL, strPanelName, ‘f?p=’ || :APP_ID || ‘:’ || strPageLink || ‘:’ || APP_SESSION target,

            NVL(strPageIcon, ‘fa-apex-square’) image, ‘NO:' is\_current, nbrParentID

FROM abc

…..

Here, the NVL(strPageIcon, ‘fa-apex-square’) image does not display the icon on the side navigation menu.

So, how to fix the issue so that the right icon will be displayed for each option of the menu ?

Comments
Post Details
Added 5 days ago
1 comment
31 views