diff options
author | Pekka Hyvönen <pekka@vaadin.com> | 2017-01-10 08:36:09 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-01-10 08:36:09 +0200 |
commit | cba4eb476b559cc97ccf2d8197d176a0813707c7 (patch) | |
tree | f6c17b79ea161809d31e044425b95486e4c99efc /documentation/advanced/advanced-navigator.asciidoc | |
parent | 91723ac8dde24249b2753d671f42d0f3cddb20a9 (diff) | |
download | vaadin-framework-cba4eb476b559cc97ccf2d8197d176a0813707c7.tar.gz vaadin-framework-cba4eb476b559cc97ccf2d8197d176a0813707c7.zip |
Remove all referrals to book examples (#8163)
Minor documentation fixes.
Diffstat (limited to 'documentation/advanced/advanced-navigator.asciidoc')
-rw-r--r-- | documentation/advanced/advanced-navigator.asciidoc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/documentation/advanced/advanced-navigator.asciidoc b/documentation/advanced/advanced-navigator.asciidoc index 4d74c683e5..7ef5b1ac36 100644 --- a/documentation/advanced/advanced-navigator.asciidoc +++ b/documentation/advanced/advanced-navigator.asciidoc @@ -60,7 +60,6 @@ public class NavigatorUI extends UI { } } ---- -See the http://demo.vaadin.com/book-examples-vaadin7/book#advanced.navigator.basic[on-line example, window="_blank"]. The [classname]#Navigator# automatically sets the URI fragment of the application URL. It also registers a [interfacename]#URIFragmentChangedListener# @@ -137,7 +136,6 @@ public class StartView extends VerticalLayout implements View { } } ---- -See the http://demo.vaadin.com/book-examples-vaadin7/book#advanced.navigator.basic[on-line example, window="_blank"]. You can initialize the view content in the constructor, as was done in the example above, or in the [methodname]#enter()# method. The advantage with the @@ -262,7 +260,6 @@ public class MainView extends VerticalLayout implements View { } } ---- -See the http://demo.vaadin.com/book-examples-vaadin7/book#advanced.navigator.basic[on-line example, window="_blank"]. The animal sub-view would have the following declarative design: @@ -275,7 +272,6 @@ The animal sub-view would have the following declarative design: <vaadin-label _id="back" size-auto :middle :center/> </vaadin-vertical-layout> ---- -See the http://demo.vaadin.com/book-examples-vaadin7/book#advanced.navigator.basic[on-line example, window="_blank"]. The main view is shown in <<figure.advanced.navigator.mainview>>. At this point, the URL would be [literal]#++http://localhost:8080/myapp#!main/reindeer++#. |