diff options
Diffstat (limited to 'documentation/advanced/advanced-windows.asciidoc')
-rw-r--r-- | documentation/advanced/advanced-windows.asciidoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/advanced/advanced-windows.asciidoc b/documentation/advanced/advanced-windows.asciidoc index 5bd77f7c80..d838ee81d0 100644 --- a/documentation/advanced/advanced-windows.asciidoc +++ b/documentation/advanced/advanced-windows.asciidoc @@ -43,12 +43,12 @@ linkend="advanced.windows.caveats"/>. //// [[advanced.windows.popup]] -== Opening Popup Windows +== Opening Pop-up Windows ((("popup windows"))) ((("windows", "popup"))) -Popup windows are native browser windows or tabs opened by user interaction with -an existing window. Due to browser security reasons, it is made incovenient for +Pop-up windows are native browser windows or tabs opened by user interaction with +an existing window. Due to browser security reasons, it is made inconvenient for a web page to open popup windows using JavaScript commands. At the least, the browser will ask for a permission to open the popup, if it is possible at all. This limitation can be circumvented by letting the browser open the new window @@ -57,7 +57,7 @@ Vaadin with the [classname]#BrowserWindowOpener# component extension, which causes the browser to open a window or tab when the component is clicked. [[advanced.windows.popup.ui]] -=== The Popup Window UI +=== The Pop-up Window UI A popup Window displays an [classname]#UI#. The UI of a popup window is defined just like a main UI in a Vaadin application, and it can have a theme, title, and |