diff options
author | Ilia Motornyi <elmot@vaadin.com> | 2018-04-20 13:43:21 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-20 13:43:21 +0300 |
commit | ab547965fd91038618d0199055fd229035ed5da9 (patch) | |
tree | a974f408c56b21f913ec3eb81ee6256c968e72f8 /documentation/advanced/advanced-windows.asciidoc | |
parent | 0b2b05138ec2bced6d73cecf3d78b0c934cfa91e (diff) | |
download | vaadin-framework-ab547965fd91038618d0199055fd229035ed5da9.tar.gz vaadin-framework-ab547965fd91038618d0199055fd229035ed5da9.zip |
Add MenuItem notices to BrowserWindowOpener documentation (#10820)
Diffstat (limited to 'documentation/advanced/advanced-windows.asciidoc')
-rw-r--r-- | documentation/advanced/advanced-windows.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/advanced/advanced-windows.asciidoc b/documentation/advanced/advanced-windows.asciidoc index 0e8b5351a6..60245dc910 100644 --- a/documentation/advanced/advanced-windows.asciidoc +++ b/documentation/advanced/advanced-windows.asciidoc @@ -93,7 +93,7 @@ public static class MyPopupUI extends UI { === Popping It Up A popup window is opened using the [classname]#BrowserWindowOpener# extension, -which you can attach to any component. The constructor of the extension takes +which you can attach to any component or `MenuItem`. The constructor of the extension takes the class object of the UI class to be opened as a parameter. You can configure the features of the popup window with |