From be694984fb35262b32c89be075e6d4a059931b62 Mon Sep 17 00:00:00 2001 From: Artur Date: Wed, 25 Jan 2017 11:27:49 +0200 Subject: 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. --- documentation/gwt/gwt-advanced.asciidoc | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'documentation/gwt') 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. - - - - - -- cgit v1.2.3