Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qfq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
typo3
qfq
Commits
6b231954
Commit
6b231954
authored
6 years ago
by
Ephraim Seidenberg
Browse files
Options
Downloads
Patches
Plain Diff
a few typos corrected
parent
57f0ad32
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!72
Corrections
Pipeline
#728
passed
6 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extension/Documentation/Manual.rst
+24
-24
24 additions, 24 deletions
extension/Documentation/Manual.rst
with
24 additions
and
24 deletions
extension/Documentation/Manual.rst
+
24
−
24
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
|
+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------
----
+
::
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment