Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
dbc74d76
Commit
dbc74d76
authored
Jun 22, 2018
by
Carsten Rose
Browse files
Update notation to show variable in print function.
parent
829a7a84
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/Documentation/Manual.rst
View file @
dbc74d76
...
...
@@ -124,7 +124,7 @@ Print
Different browser prints the same page in different variations. To prevent this, QFQ implements a small PHP wrapper
`print.php` with uses `wkhtmltopdf` to convert HTML to PDF.
Provide a `print this page`-link (replace
{
current pageId
}
)::
Provide a `print this page`-link (replace
'
current pageId
'
)::
<a
href=
"typo3conf/ext/qfq/qfq/api/print.php?id={current pageId}"
>
Print this page
</a>
...
...
@@ -134,7 +134,7 @@ Typoscript code to implement a print link on every page::
10 = TEXT
10 {
wrap =
<a
href=
"typo3conf/ext/qfq/qfq/api/print.php?id=|&type=
2
"
><span
class=
"glyphicon glyphicon-print"
aria-hidden=
"true"
></span>
Printview
</a>
wrap =
<a
href=
"typo3conf/ext/qfq/qfq/api/print.php?id=|&type=
99
"
><span
class=
"glyphicon glyphicon-print"
aria-hidden=
"true"
></span>
Printview
</a>
data = page:uid
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment