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
57f0ad32
Commit
57f0ad32
authored
6 years ago
by
Ephraim Seidenberg
Browse files
Options
Downloads
Patches
Plain Diff
two typos in Render mode section
parent
1ade8e72
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!72
Corrections
Pipeline
#689
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
+5
-7
5 additions, 7 deletions
extension/Documentation/Manual.rst
with
5 additions
and
7 deletions
extension/Documentation/Manual.rst
+
5
−
7
View file @
57f0ad32
...
@@ -530,7 +530,7 @@ Fill STORE_SYSTEM by SQL
...
@@ -530,7 +530,7 @@ Fill STORE_SYSTEM by SQL
A specified SELECT statement in `configuration`_ in variable `fillStoreSystemBySql1` (or `2`,
A specified SELECT statement in `configuration`_ in variable `fillStoreSystemBySql1` (or `2`,
or `3`) will be fired. The query should have 0 (nothing happens) or 1 row. All columns will be
or `3`) will be fired. The query should have 0 (nothing happens) or 1 row. All columns will be
**added** to the existing STORE_SYSTEM. Existing variables will be overwritten. Be careful not to overwrite system values.
**added** to the existing STORE_SYSTEM. Existing variables will be overwritten. Be careful not to overwrite system values.
This option is useful to make generic custom values, saved in the database, accessible to all QFQ Report and Forms.
This option is useful to make generic custom values, saved in the database, accessible to all QFQ Report and Forms.
Access such variables via `{{<varname>:Y}}`.
Access such variables via `{{<varname>:Y}}`.
...
@@ -2037,14 +2037,14 @@ After the user presses *Save*, *Close*, *Delete* or *New*, different actions are
...
@@ -2037,14 +2037,14 @@ After the user presses *Save*, *Close*, *Delete* or *New*, different actions are
* `auto` (default) - the QFQ browser Javascript logic, decides to stay on the page or to force a redirection
* `auto` (default) - the QFQ browser Javascript logic, decides to stay on the page or to force a redirection
to a previous page. The decision depends on:
to a previous page. The decision depends on:
* *Close* goes back (feels like close) to the previous page. Note: if there is no history, QFQ won't close the tab,
* *Close* goes back (feels like close) to the previous page. Note: if there is no history, QFQ won't close the tab,
instead a message is shown.
instead a message is shown.
* *Save* stays on the current page.
* *Save* stays on the current page.
* `close` - goes back (feels like close) to the previous page. Note: if there is no history, QFQ won't close the tab,
* `close` - goes back (feels like close) to the previous page. Note: if there is no history, QFQ won't close the tab,
instead a message is shown.
instead a message is shown.
* `no` - no change, the browser remains on the current side. Close does not close the page. It just triggers a save if
* `no` - no change, the browser remains on the current side. Close does not close the page. It just triggers a save if
there are modified data.
there are modified data.
* `url` - the browser redirects to the URL or T3 page named in `Forward URL / Page`. Independent if the user presses `save` or `close`.
* `url` - the browser redirects to the URL or T3 page named in `Forward URL / Page`. Independent if the user presses `save` or `close`.
* `url-skip-history` - same as `url`, but the current location won't saved in the browser history.
* `url-skip-history` - same as `url`, but the current location won't saved in the browser history.
...
@@ -5229,7 +5229,7 @@ Render mode
...
@@ -5229,7 +5229,7 @@ Render mode
The following table might be hard to read - but it's really useful to understand. It solves a lot of different situations.
The following table might be hard to read - but it's really useful to understand. It solves a lot of different situations.
If there are no special condition (like missing value, or suppressed links), render mode 0 is sufficient.
If there are no special condition (like missing value, or suppressed links), render mode 0 is sufficient.
But if the URL text is missing, or the URL is missing, OR the link should be rendered in sql row 1-10, but not 5, th
a
n
But if the URL text is missing, or the URL is missing, OR the link should be rendered in sql row 1-10, but not 5, th
e
n
render mode might dynamically control the rendered link.
render mode might dynamically control the rendered link.
* Column *Mode* is the render mode and controls how the link is rendered.
* Column *Mode* is the render mode and controls how the link is rendered.
...
@@ -5239,7 +5239,7 @@ render mode might dynamically control the rendered link.
...
@@ -5239,7 +5239,7 @@ render mode might dynamically control the rendered link.
+============+=====================+====================+==================+=======================================================================+
+============+=====================+====================+==================+=======================================================================+
|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 |
|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 |Text or image will be shown, independet of there is a url |
|1 |<a href=url>text</a> |<a href=url>url</a> |text |Text or image will be shown, independe
n
t of there is a url |
+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------+
+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------+
|2 |<a href=url>text</a> | | |no link if text is empty |
|2 |<a href=url>text</a> | | |no link if text is empty |
+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------+
+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------+
...
@@ -7182,5 +7182,3 @@ Open the 'Webdeveloper Tools' (FF: F12, Chrome/Opera: Right mouse click > Inspec
...
@@ -7182,5 +7182,3 @@ Open the 'Webdeveloper Tools' (FF: F12, Chrome/Opera: Right mouse click > Inspec
.. _`webserverErrorLog`:
.. _`webserverErrorLog`:
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