Hi,
I am working with APEX 20.1.
I have a list defined as follow:
APPLICATION -> Shared Components -> Navigation -> Lists:
List name: References
Entry:
- List Entry Label: Oracle APEX Site
- Attributes: target="_blank"
Target:
- Target type: URL
- URL Target: https://apex.oracle.com/en
This list appear in a region defined as:.
Title: References Using Links
Type: List
Source list: References
REGION -> Attributes -> Appearance:
- List Template: Links List
The attribute Attributes: target="_blank" does not seem to work.
How to make that link opened in a new tab?
I have a list defined within the Navigation Bar as:
APPLICATION -> Shared Components -> Navigation -> Lists -> Desktop Navigation Bar (link):
Entry:
- Attributes: target="_blank"
- List Entry Label: Oracle APEX Site
Target:
- Target type: URL
- URL Target: https://apex.oracle.com/en
This list appear on the menu bar.
The attribute Attributes: target="_blank" does not seem to work.
But how to make the defined link to appear in a new tab?
Kind Regards