mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-08 18:30:42 +00:00
Open link in new tab
This commit is contained in:
parent
0ecb8be4b6
commit
318d34216e
@ -70,6 +70,7 @@ public class StartPageView extends VerticalLayout implements ControlPanelView, L
|
||||
|
||||
linkText = new Text(getTranslation("root.linkText"));
|
||||
link = new Anchor(getTranslation("root.link"), getTranslation("root.here"));
|
||||
link.setTarget("_blank"); // opens new tab
|
||||
Span linkContainer = new Span(linkText, link, new Text(DOT));
|
||||
linkContainer.setId(LINK_CONTAINER_ID);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user