Directory

← Back

ExtContextMenu

ContextMenu variation that can open new browser windows

Author

Rating

Popularity

<100

This proof of concept add-on was made as a test to see what it takes to open a new browser window (like the BrowserWindowOpener extension) from a ContextMenu menu item. Based on the Vaadin ContextMenu add-on.

Sample code

        extMenu.addItem("Link", true, "https://www.vaadin.com");
        extMenu.addItem("Not a link", e -> Notification.show("clicked on 'Not a link'"));

Compatibility

0.10.2
(24.4)
(24.3)
(24.2)
(24.1)
(24)
(23)
(22)
(21)
(20)
(19)
(18)
(17)
(16)
(15)
(14)
(13)
(12)
(11)
(10)
8.0-8.21YY
(7.7)
(7.6)
(7.5)
(7.4)
(7.3)
(7.2)
(7.1)
(7.0)
(6.8)
(6.7)
(6.6)
(6.5)
(6.4)
(6.3)
(6.2)
(6.1)
(6.0)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Support for custom link target

Released
2017-06-16
Maturity
EXPERIMENTAL
License
Apache License 2.0

Compatibility

Framework
Vaadin 8.0+
Browser
Google Chrome

ExtContextMenu - Vaadin Add-on Directory

ContextMenu variation that can open new browser windows ExtContextMenu - Vaadin Add-on Directory
This proof of concept add-on was made as a test to see what it takes to open a new browser window (like the BrowserWindowOpener extension) from a ContextMenu menu item. Based on [the Vaadin ContextMenu add-on](https://vaadin.com/directory#!addon/vaadin-contextmenu).
Author Homepage
Issue Tracker
Source Code

ExtContextMenu version 0.1
Initial version. Only supports target="_blank".

ExtContextMenu version 0.2
Support for custom link target

Online