Skip to content
Snippets Groups Projects
Commit 57f0ad32 authored by Ephraim Seidenberg's avatar Ephraim Seidenberg
Browse files

two typos in Render mode section

parent 1ade8e72
No related branches found
No related tags found
1 merge request!72Corrections
Pipeline #689 passed
...@@ -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, than 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, then
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, independent 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`:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment