From 0dee5602cacb46e1120bc2339464c89bea34ddaa Mon Sep 17 00:00:00 2001 From: Marko Gronroos Date: Thu, 11 Feb 2016 19:48:45 +0200 Subject: Fixed critically broken comment blocks, broken emphasis and escaping, and some other formatting, and moved book preface, chapter structure, and index to the docs repository. Change-Id: If9299da4415f3181d59b8384e5ac96f940bd5229 --- .../clientsideapp/clientsideapp-overview.asciidoc | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'documentation/clientsideapp') diff --git a/documentation/clientsideapp/clientsideapp-overview.asciidoc b/documentation/clientsideapp/clientsideapp-overview.asciidoc index 550a1b90f5..aa20571d8d 100644 --- a/documentation/clientsideapp/clientsideapp-overview.asciidoc +++ b/documentation/clientsideapp/clientsideapp-overview.asciidoc @@ -64,13 +64,10 @@ can be loaded to any web page, as described in <>. +// TODO What is this? What's an "UI Binder"? The client-side user interface can be built declaratively using the included -__UI -Binder__//// -, as described in <xref -linkend="clientsideapp.uibinder"/> -//// -. +__UI Binder__. +// , as described in <>. The servlet for processing RPC calls from the client-side can be generated automatically using the included compiler. @@ -79,12 +76,9 @@ Even with regular server-side Vaadin applications, it may be useful to provide an off-line mode if the connection is closed. An off-line mode can persist data in a local store in the browser, thereby avoiding the need for server-side storage, and transmit the data to the server when the connection is again -available. Such a pattern is commonly used with Vaadin -TouchKit.//// -Use of a client-side application to provide an off-line mode is described in -<xref -linkend="clientsideapp.offline"/>. -//// - - +available. Such a pattern is commonly used with Vaadin TouchKit. +//// +TODO It may be necessary to have such a section at some point. +Use of a client-side application to provide an off-line mode is described in <>. +//// -- cgit v1.2.3