Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
57f0ad32
Commit
57f0ad32
authored
Jul 16, 2018
by
Ephraim Seidenberg
Browse files
two typos in Render mode section
parent
1ade8e72
Pipeline
#689
passed with stage
in 1 minute and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Documentation/Manual.rst
View file @
57f0ad32
...
...
@@ -530,7 +530,7 @@ Fill STORE_SYSTEM by SQL
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
**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.
Access such variables via `{{<varname>:Y}}`.
...
...
@@ -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
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,
instead a message is shown.
* *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,
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.
* `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.
...
...
@@ -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.
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.
* 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.
+============+=====================+====================+==================+=======================================================================+
|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 |
+------------+---------------------+--------------------+------------------+-----------------------------------------------------------------------+
...
...
@@ -7182,5 +7182,3 @@ Open the 'Webdeveloper Tools' (FF: F12, Chrome/Opera: Right mouse click > Inspec
.. _`webserverErrorLog`:
Write
Preview
Markdown
is supported
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