Modify ↓
Opened 16 years ago
Last modified 8 years ago
#5188 new enhancement
Option to open href in new tab
Reported by: | Ryan J Ollos | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | MenusPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Is there an option to force an external link (href) to open in a new browser tab or browser window? I suppose this might not need to be limited to external links. One might want to force the selected href pointing to a wiki page to open in a new browser tab or browser window as well.
Attachments (0)
Change History (4)
comment:1 Changed 15 years ago by
Summary: | Open href in new tab → Option to open href in new tab |
---|
comment:2 Changed 15 years ago by
The author of the HudsonTracPlugin has also implemented the open in new tab function for the Hudson tab he creates on the main navigation bar.
comment:3 Changed 15 years ago by
The HudsonTracPlugin only adds target="hudson"
to the link of open in new tab is set to True
. The browser will then open a new window or tab depending on its configuration.
comment:4 Changed 8 years ago by
Owner: | Catalin BALAN deleted |
---|
Note: See
TracTickets for help on using
tickets.
I might try to work on this soon, using ExternalLinksNewWindowPlugin as guidance.