summaryrefslogtreecommitdiffstats
path: root/documentation/advanced/advanced-printing.asciidoc
diff options
context:
space:
mode:
authorPekka Hyvönen <pekka@vaadin.com>2017-01-10 08:36:09 +0200
committerHenri Sara <henri.sara@gmail.com>2017-01-10 08:36:09 +0200
commitcba4eb476b559cc97ccf2d8197d176a0813707c7 (patch)
treef6c17b79ea161809d31e044425b95486e4c99efc /documentation/advanced/advanced-printing.asciidoc
parent91723ac8dde24249b2753d671f42d0f3cddb20a9 (diff)
downloadvaadin-framework-cba4eb476b559cc97ccf2d8197d176a0813707c7.tar.gz
vaadin-framework-cba4eb476b559cc97ccf2d8197d176a0813707c7.zip
Remove all referrals to book examples (#8163)
Minor documentation fixes.
Diffstat (limited to 'documentation/advanced/advanced-printing.asciidoc')
-rw-r--r--documentation/advanced/advanced-printing.asciidoc3
1 files changed, 0 insertions, 3 deletions
diff --git a/documentation/advanced/advanced-printing.asciidoc b/documentation/advanced/advanced-printing.asciidoc
index 9ed39eced1..0443f43cbe 100644
--- a/documentation/advanced/advanced-printing.asciidoc
+++ b/documentation/advanced/advanced-printing.asciidoc
@@ -49,7 +49,6 @@ print.addClickListener(new Button.ClickListener() {
}
});
----
-See the http://demo.vaadin.com/book-examples-vaadin7/book#advanced.printing.this[on-line example, window="_blank"].
The button in the above example would print the current page, including the
button itself. You can hide such elements in CSS, as well as otherwise style the
@@ -92,7 +91,6 @@ opener.setFeatures("height=200,width=400,resizable");
Button print = new Button("Click to Print");
opener.extend(print);
----
-See the http://demo.vaadin.com/book-examples-vaadin7/book#advanced.printing.open[on-line example, window="_blank"].
How the browser opens the window, as an actual (popup) window or just a tab,
depends on the browser. After printing, we automatically close the window with
@@ -173,7 +171,6 @@ layout.addComponent(name);
layout.addComponent(ok);
layout.addComponent(print);
----
-See the http://demo.vaadin.com/book-examples-vaadin7/book#advanced.printing.pdfgeneration[on-line example, window="_blank"].
(((range="endofrange", startref="term.advanced.printing")))