summaryrefslogtreecommitdiffstats
path: root/documentation/gwt
diff options
context:
space:
mode:
authorArtur <artur@vaadin.com>2017-01-25 11:27:49 +0200
committerGitHub <noreply@github.com>2017-01-25 11:27:49 +0200
commitbe694984fb35262b32c89be075e6d4a059931b62 (patch)
treed66a85f91404b5bb7f82d845a25b96ec9cebf350 /documentation/gwt
parente397ea01e5ddb0c977561c008b84c6ed7c0ef706 (diff)
downloadvaadin-framework-be694984fb35262b32c89be075e6d4a059931b62.tar.gz
vaadin-framework-be694984fb35262b32c89be075e6d4a059931b62.zip
Support loading of HTML imports using @HtmlImport (#8301)
Note that not all browsers yet support HTML imports. If a polyfill is needed to load HTML imports, it must be loaded before HTML Imports can be loaded. There is no automatic loading of any polyfills.
Diffstat (limited to 'documentation/gwt')
-rw-r--r--documentation/gwt/gwt-advanced.asciidoc12
1 files changed, 4 insertions, 8 deletions
diff --git a/documentation/gwt/gwt-advanced.asciidoc b/documentation/gwt/gwt-advanced.asciidoc
index 51fc2ef3db..f6991ef0e1 100644
--- a/documentation/gwt/gwt-advanced.asciidoc
+++ b/documentation/gwt/gwt-advanced.asciidoc
@@ -19,9 +19,10 @@ occurs in the [methodname]#handleUIDLMessage()# method in
[classname]#ApplicationConnection#, but the logic can be quite overwhelming, so
we describe the phases in the following summary.
-. Any dependencies defined by using [classname]#@JavaScript# or
-[classname]#@StyleSheet# on the server-side class are loaded. Processing does
-not continue until the browser confirms that they have been loaded.
+. Any dependencies defined by using [classname]#@JavaScript#,
+[classname]#@StyleSheet# or [classname]#@HtmlImport# on the server-side class
+are loaded. Processing does not continue until the browser confirms that they
+have been loaded.
. New connectors are instantiated and [methodname]#init()# is run for each
[interfacename]#Connector#.
@@ -57,8 +58,3 @@ and then notifying any [interfacename]#ElementResizeListener#s, as well as
calling the appropriate layout method for the connectors that implement either
[classname]#SimpleManagedLayout# or [classname]#DirectionalManagedLayout#
interface.
-
-
-
-
-