Skip to content
GitLab
Menu
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
6b231954
Commit
6b231954
authored
Aug 17, 2018
by
Ephraim Seidenberg
Browse files
a few typos corrected
parent
57f0ad32
Pipeline
#728
passed with stage
in 1 minute and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Documentation/Manual.rst
View file @
6b231954
...
...
@@ -1262,9 +1262,9 @@ Client Parameter via SIP
------------------------
Links with URL parameters, targeting to the local website, are typically SIP encoded. Instead of transferring the parameter
as part of the URL, only one uniqe GET parameter 's' is appended at the link. The parameter 's' is uniq (equal to a
as part of the URL, only one uniq
u
e GET parameter 's' is appended at the link. The parameter 's' is uniq
ue
(equal to a
timestamp) for the user. Assigned variables are stored as a part of the PHP user session on the server.
Two users might have the same value of parameter 's', but the content is completely independet.
Two users might have the same value of parameter 's', but the content is completely independe
n
t.
Variables needed by Typo3 remains on the link and are not 'sip-encoded'.
...
...
@@ -3827,7 +3827,7 @@ Multi Language Form
QFQ Forms might be configured for up to 5 different languages. Per language there is one extra field in the *Form editor*.
Which field represents which language is configured in configuration_.
* The Typo3 installation needs to be configured to handle different languages - this is independet of QFQ and not covered
* The Typo3 installation needs to be configured to handle different languages - this is independe
n
t of QFQ and not covered
here. QFQ will use the Typo3 internal variable 'pageLanguage', which typically correlates to the URL parameter 'L' in the URL.
* In configuration_ the Typo3 language index (value of 'L') and a language label have to be configured for each language.
Only than, the additional language fields in the *Form editor* will be shown.
...
...
@@ -4707,7 +4707,7 @@ FAQ
* Q: A variable {{<var>}} is shown as empty string, but there should be a value.
* A: The sanitize rule is viol
e
ted and therefore the value has been removed. Set {{<var>:<store>:all}} as a test.
* A: The sanitize rule is viol
a
ted and therefore the value has been removed. Set {{<var>:<store>:all}} as a test.
Only STORE_CLIENT and STORE_FORM will be sanitized.
.. _`report`:
...
...
@@ -5151,7 +5151,7 @@ Column: _link
* Most URLs will be rendered via class link.
* Column names like `_pagee`, `_mailto`, ... are wrapper to class link.
* The parameters for link contains a prefix to make them position-independet.
* The parameters for link contains a prefix to make them position-independe
n
t.
+---+---+--------------+-----------------------------------+---------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|URL|IMG|Meaning |Qualifier |Example |Description |
...
...
@@ -5234,25 +5234,25 @@ render mode might dynamically control the rendered link.
* Column *Mode* is the render mode and controls how the link is rendered.
+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------+
|Mode |Given: url & text |Given: only url | Given: only text |Description |
+============+=====================+====================+==================+=======================================================================+
|0 (default) |<a href=url>text</a> |<a href=url>url</a> | |text or image will be shown, only if there is a url, page or mailto |
+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------+
|1 |<a href=url>text</a> |<a href=url>url</a> |text |
T
ext or image will be shown, independent of there is a url
|
+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------+
|2 |<a href=url>text</a> | | |no link if text is empty |
+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------+
|3 |text |url |text |no link, only text or image, incl. optional tooltip |
+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------+
|4 |url |url |text |no link, show text, if text is empty, show url, incl. optional tooltip |
+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------+
|5 | | | |nothing at all |
+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------+
|6 | pure text | |pure text |no link, pure text |
+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------+
|7 | pure url |pure url | |no link, pure url |
+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------+
+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------
----
+
|Mode |Given: url & text |Given: only url | Given: only text |Description
|
+============+=====================+====================+==================+=======================================================================
====
+
|0 (default) |<a href=url>text</a> |<a href=url>url</a> | |text or image will be shown, only if there is a url, page or mailto
|
+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------
----
+
|1 |<a href=url>text</a> |<a href=url>url</a> |text |
t
ext or image will be shown, independent
ly
of
whether
there is a url
or not
|
+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------
----
+
|2 |<a href=url>text</a> | | |no link if text is empty
|
+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------
----
+
|3 |text |url |text |no link, only text or image, incl. optional tooltip
|
+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------
----
+
|4 |url |url |text |no link, show text, if text is empty, show url, incl. optional tooltip
|
+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------
----
+
|5 | | | |nothing at all
|
+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------
----
+
|6 | pure text | |pure text |no link, pure text
|
+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------
----
+
|7 | pure url |pure url | |no link, pure url
|
+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------
----
+
::
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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