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
ae2cf117
Commit
ae2cf117
authored
Sep 05, 2020
by
Carsten Rose
Browse files
Report.rst: Fix some typo.
parent
b2d798e2
Pipeline
#3761
passed with stages
in 3 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Documentation/Report.rst
View file @
ae2cf117
...
...
@@ -2201,13 +2201,14 @@ Sending messages via WebSocket and receiving the answer is done via: ::
SELECT
'
w
:ws
://<
host
>:<
port
>/<
path
>|
t
:<
message
>
' AS _websocket
Instead of
'
...
AS
_websocket
'
it'
s
also
possible
to
use
'
... AS _link
'
.
Instead of
``
... AS _websocket
``
it'
s
also
possible
to
use
``
...
AS
_link
``
(
same
syntax
)
.
The
answer
is
written
to
output
and
stored
in
the
given
column
(
in
this
case
'websocket'
or
'link'
).
The
answer
from
the
socket
(
if
there
is
something
)
is
written
to
output
and
stored
in
STORE_RECORD
by
given
column
(
in
this
case
'websocket'
or
'link'
).
..
tip
::
To
suppress
the
direct
output
,
add
'
_hide
'
to
the
column
name
.
To
suppress
the
direct
output
,
add
``
|
_hide
``
to
the
column
name
.
Example
::
...
...
@@ -2215,7 +2216,7 @@ Example::
.. tip::
To define a uniq column name (
to
access
it later
via STORE_RECORD).
To define a uniq column name (
easy
access
by column name
via STORE_RECORD)
add ``|myName`` (replace *myName*)
.
Example::
...
...
@@ -2223,7 +2224,7 @@ Example::
.. tip::
Get the answer from STORE_RECORD by using
'
{
{&...
'
.
Check
`access-column-values`_.
Get the answer from STORE_RECORD by using
``
{{&...
``
. Check `access-column-values`_.
Example::
...
...
@@ -2234,7 +2235,6 @@ Example::
'
{
{
myName
:
R
}
}
' >> '
w
:ws
://<
host
>:<
port
>/<
path
>|
t
:<
message
>
'
'
{
{&
myName
:
R
}
}
' >> '
<
received
socket
answer
>
'
.. _drag_and_drop:
Drag and drop
...
...
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