Thomas has created an app and wants to add a help icon to the navigation bar.
He has added the list entry with the Image/Class fa-question-circle-o and List Entry Label "Help"
When he runs the app, the question mark is displayed together with the word Help.
How can Thomas display just the icon and not the word Help in the navigation bar?
Click on the arrows to vote for the correct answer
A. B. C. D.C.
https://docs.oracle.com/en/database/oracle/application-express/18.2/htmdb/managing-application-attributes.htmlTo display just the icon and not the word "Help" in the navigation bar, Thomas needs to use option C, which is to set the User Defined Attribute 02 to "icon-only". Here's a more detailed explanation:
Option A: Setting the List Attributes to style="display:none;" This option would hide the entire list entry, including the icon and the word "Help". This is not what Thomas wants, as he wants to display the icon.
Option B: Setting the List Entry Label to "Null" This option would remove the text "Help" from the navigation bar, but it would also remove the icon. Therefore, this is not the correct option.
Option C: Setting User Defined Attribute 02 to "icon-only" This option will display only the icon in the navigation bar. To set this option, Thomas needs to follow these steps:
Option D: Setting the List Entry Template to "Icon" This option would change the entire list entry to an icon, which is not what Thomas wants. He only wants to remove the word "Help" and display the icon.
Therefore, option C, setting User Defined Attribute 02 to "icon-only", is the correct option for Thomas to display just the icon and not the word "Help" in the navigation bar.