aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/articles
diff options
context:
space:
mode:
authorIlia Motornyi <elmot@vaadin.com>2018-04-20 13:43:21 +0300
committerGitHub <noreply@github.com>2018-04-20 13:43:21 +0300
commitab547965fd91038618d0199055fd229035ed5da9 (patch)
treea974f408c56b21f913ec3eb81ee6256c968e72f8 /documentation/articles
parent0b2b05138ec2bced6d73cecf3d78b0c934cfa91e (diff)
downloadvaadin-framework-ab547965fd91038618d0199055fd229035ed5da9.tar.gz
vaadin-framework-ab547965fd91038618d0199055fd229035ed5da9.zip
Add MenuItem notices to BrowserWindowOpener documentation (#10820)
Diffstat (limited to 'documentation/articles')
-rw-r--r--documentation/articles/OpeningAUIInAPopupWindow.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/articles/OpeningAUIInAPopupWindow.asciidoc b/documentation/articles/OpeningAUIInAPopupWindow.asciidoc
index d9f3208244..a9afde00ea 100644
--- a/documentation/articles/OpeningAUIInAPopupWindow.asciidoc
+++ b/documentation/articles/OpeningAUIInAPopupWindow.asciidoc
@@ -10,7 +10,7 @@ Opening a UI in a popup window
To open a new popup window in the browser showing another part of your
application, you can use the new `BrowserWindowOpener` extension. Any
-component that you extend with `BrowserWindowOpener` will make clicking
+component or `MenuItem` that you extend with `BrowserWindowOpener` will make clicking
the component open a new browser window with some options for the
content. Opening a popup this way helps you bypass most popup blockers.