aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/advanced
diff options
context:
space:
mode:
authorJonni Nakari <jonni@egarden.fi>2016-02-15 15:15:32 +0200
committerMarko Grönroos <magi@vaadin.com>2016-05-02 11:43:52 +0000
commitf6284f7681518838a7076bed3b1049f1c05e0528 (patch)
treeb17c1a7f7ab4e0b31624da6b1a903ad77405c738 /documentation/advanced
parent41e29dd2e32d8ca70bfcec25a1883f7965e53296 (diff)
downloadvaadin-framework-f6284f7681518838a7076bed3b1049f1c05e0528.tar.gz
vaadin-framework-f6284f7681518838a7076bed3b1049f1c05e0528.zip
GWT history frame is not needed in embedding
Vaadin is not anymore using the type of GWT History support that would need the __gwt_historyFrame iframe. Change-Id: Ibd5414ddd744b3a570bb7b23700a616ca7ee56bf
Diffstat (limited to 'documentation/advanced')
-rw-r--r--documentation/advanced/advanced-embedding.asciidoc20
1 files changed, 0 insertions, 20 deletions
diff --git a/documentation/advanced/advanced-embedding.asciidoc b/documentation/advanced/advanced-embedding.asciidoc
index ca2ccd3a0e..8c16f99aac 100644
--- a/documentation/advanced/advanced-embedding.asciidoc
+++ b/documentation/advanced/advanced-embedding.asciidoc
@@ -34,7 +34,6 @@ different widget sets and different themes.
Embedding an UI requires the following basic tasks:
* Set up the page header
-* Include a GWT history frame in the page
* Call the [filename]#vaadinBootstrap.js# file
* Define the [literal]#++<div>++# element for the UI
* Configure and initialize the UI
@@ -95,18 +94,6 @@ relative to the path of the embedding page.
The bootstrap script is served by the Vaadin servlet from inside the
[filename]#vaadin-server# JAR.
-Vaadin, or more precisely GWT, requires an invisible history frame, which is
-used for tracking the page or fragment history in the browser.
-
-
-[source, html]
-----
- <iframe tabindex="-1" id="__gwt_historyFrame"
- style="position: absolute; width: 0; height: 0;
- border: 0; overflow: hidden"
- src="javascript:false"></iframe>
-----
-
endif::web[]
ifdef::web[]
@@ -255,13 +242,6 @@ element.
<script type="text/javascript"
src="VAADIN/vaadinBootstrap.js"></script>
- <!-- GWT requires an invisible history frame. It is -->
- <!-- needed for page/fragment history in the browser. -->
- <iframe tabindex="-1" id="__gwt_historyFrame"
- style="position: absolute; width: 0; height: 0;
- border: 0; overflow: hidden"
- src="javascript:false"></iframe>
-
<h1>Embedding a Vaadin UI</h1>
<p>This is a static web page that contains an embedded Vaadin