From ab547965fd91038618d0199055fd229035ed5da9 Mon Sep 17 00:00:00 2001 From: Ilia Motornyi Date: Fri, 20 Apr 2018 13:43:21 +0300 Subject: Add MenuItem notices to BrowserWindowOpener documentation (#10820) --- documentation/articles/OpeningAUIInAPopupWindow.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/articles') 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. -- cgit v1.2.3